Skip to content
Snippets Groups Projects
Verified Commit c27aab89 authored by Alexander Olofsson's avatar Alexander Olofsson
Browse files

Update rubocop config

parent 6d03803a
No related branches found
No related tags found
No related merge requests found
Pipeline #7632 passed
...@@ -22,7 +22,7 @@ Style/SafeNavigation: ...@@ -22,7 +22,7 @@ Style/SafeNavigation:
Layout/ClosingHeredocIndentation: Layout/ClosingHeredocIndentation:
Enabled: false Enabled: false
Layout/IndentHeredoc: Layout/HeredocIndentation:
Enabled: false Enabled: false
Metrics/PerceivedComplexity: Metrics/PerceivedComplexity:
...@@ -43,10 +43,6 @@ Metrics/LineLength: ...@@ -43,10 +43,6 @@ Metrics/LineLength:
Metrics/AbcSize: Metrics/AbcSize:
Enabled: false Enabled: false
Performance/FixedSize:
Exclude:
- 'test/**/*'
Metrics/BlockLength: Metrics/BlockLength:
Exclude: Exclude:
- 'test/**/*' - 'test/**/*'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment