blob: 47e382afa7032c6ad4e9dd90e98ab3c747302810 [file] [log] [blame]
Tim Emiolae2860c52015-01-16 02:58:41 -08001# This is the configuration used to check the rubocop source code.
2
3inherit_from: .rubocop_todo.yml
4
5AllCops:
6 Exclude:
7 - 'bin/apis/**/*'
8 - 'bin/interop/test/**/*'
9 - 'bin/math.rb'
10 - 'bin/math_services.rb'