diff --git a/Library/.rubocop.yml b/Library/.rubocop.yml index 289f53c598..c77d55f671 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: