diff --git a/.rubocop.yml b/.rubocop.yml index ac3a5d9a1..11469004f 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -49,6 +49,11 @@ Layout/EmptyLinesAroundAccessModifier: Layout/EmptyLineBetweenDefs: AllowAdjacentOneLineDefs: true +Layout/FirstHashElementIndentation: + Enabled: true + Exclude: + - 'lib/redmine/wiki_formatting/textile/redcloth3.rb' + Layout/LineLength: Enabled: true IgnoredPatterns: ['\A\s+test \".+\" do\z', '\A\s*\#']