diff options
Diffstat (limited to 'Library/.rubocop.yml')
| -rw-r--r-- | Library/.rubocop.yml | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/.rubocop.yml b/Library/.rubocop.yml index dcfae5c5c..12886a508 100644 --- a/Library/.rubocop.yml +++ b/Library/.rubocop.yml @@ -43,6 +43,11 @@ Metrics/MethodLength:  Metrics/ModuleLength:    CountComments: false +  Exclude: +    - '**/bin/**/*' +    - '**/cmd/**/*' +    - '**/lib/**/*' +    - '**/spec/**/*'  Metrics/PerceivedComplexity:    Enabled: false  | 
