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 2edd00b commit bfca895Copy full SHA for bfca895
.rubocop.yml
@@ -49,6 +49,11 @@ Layout/EmptyLinesAroundAccessModifier:
49
Layout/EmptyLineBetweenDefs:
50
AllowAdjacentOneLineDefs: true
51
52
+Layout/FirstHashElementIndentation:
53
+ Enabled: true
54
+ Exclude:
55
+ - 'lib/redmine/wiki_formatting/textile/redcloth3.rb'
56
+
57
Layout/LineLength:
58
Enabled: true
59
IgnoredPatterns: ['\A\s+test \".+\" do\z', '\A\s*\#']
0 commit comments