aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby/.rubocop.yml
blob: 47e382afa7032c6ad4e9dd90e98ab3c747302810 (plain)
1
2
3
4
5
6
7
8
9
10
# This is the configuration used to check the rubocop source code.

inherit_from: .rubocop_todo.yml

AllCops:
  Exclude:
    - 'bin/apis/**/*'
    - 'bin/interop/test/**/*'
    - 'bin/math.rb'
    - 'bin/math_services.rb'