You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

30 lines
452 B

Metrics/AbcSize:
Max: 35
Metrics/CyclomaticComplexity:
Max: 10
Metrics/LineLength:
Max: 105
Metrics/MethodLength:
Max: 30
Style/AsciiComments:
Exclude:
- 'lib/fourflusher/executable.rb'
Style/ClassVars:
Exclude:
- 'lib/fourflusher/find.rb'
Style/Documentation:
Exclude:
- 'spec/**/*'
- 'test/**/*'
- 'lib/fourflusher/version.rb'
- 'lib/fourflusher/compat.rb'
Lint/Void:
Exclude:
- 'spec/unit_spec.rb'