Skip to content

Commit

Permalink
exclude additional files from rubocop indentation scrutiny
Browse files Browse the repository at this point in the history
  • Loading branch information
oraposa committed Sep 15, 2021
1 parent a2a0af4 commit 8d1ff5f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ Layout/IndentationWidth:
Exclude:
- 'lib/zizia/**/*'
- 'app/uploaders/zizia/*'
- 'app/controllers/zizia/*'
- 'app/lib/zizia/*'

Metrics/PerceivedComplexity:
Exclude:
Expand Down

0 comments on commit 8d1ff5f

Please sign in to comment.