Skip to content

Commit

Permalink
rubocop
Browse files Browse the repository at this point in the history
Allow complexibility on insert_include
  • Loading branch information
makicamel committed Sep 16, 2023
1 parent e5689d2 commit b304c77
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ Metrics/MethodLength:
Metrics/AbcSize:
Enabled: false

Metrics/CyclomaticComplexity:
AllowedMethods:
- insert_include

Metrics/PerceivedComplexity:
AllowedMethods:
- insert_include

Metrics/BlockLength:
Enabled: false

Expand Down

0 comments on commit b304c77

Please sign in to comment.