aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/.rubocop.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/.rubocop.yml b/Library/.rubocop.yml
index 289f53c59..c77d55f67 100644
--- a/Library/.rubocop.yml
+++ b/Library/.rubocop.yml
@@ -88,7 +88,10 @@ Style/GuardClause:
Style/HashSyntax:
EnforcedStyle: hash_rockets
Exclude:
+ - '**/bin/**/*'
- '**/cmd/**/*'
+ - '**/lib/**/*'
+ - '**/spec/**/*'
# disabled until it respects line length
Style/IfUnlessModifier: