We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5194a68 commit fa3817cCopy full SHA for fa3817c
rb/.rubocop.yml
@@ -15,6 +15,8 @@ Gemspec/DevelopmentDependencies:
15
Layout/LineLength:
16
AllowedPatterns:
17
- '^\s*#'
18
+ Exclude:
19
+ - '../Rakefile*'
20
21
Layout/SpaceInsideHashLiteralBraces:
22
EnforcedStyle: no_space
0 commit comments