# 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/**/*'