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

inherit_from: .rubocop_todo.yml

AllCops:
  Exclude:
    - 'bin/apis/**/*'
    - 'bin/math.rb'
    - 'bin/math_services.rb'
    - 'pb/grpc/health/v1alpha/*'
    - 'pb/test/**/*'