Skip to content

Commit

Permalink
rubocop: relax metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Dec 28, 2023
1 parent 68e19e7 commit 0aaf3a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .rubocop.yml
Expand Up @@ -35,7 +35,7 @@ Metrics/ClassLength:

# GeneralDialogs.AskDialog rules them all
Metrics/CyclomaticComplexity:
Max: 85
Max: 86

# Offense count: 112
# Configuration parameters: CountComments, ExcludedMethods.
Expand All @@ -45,7 +45,7 @@ Metrics/MethodLength:
# Offense count: 12
# Configuration parameters: CountComments.
Metrics/ModuleLength:
Max: 1062
Max: 1063

# Offense count: 2
# Configuration parameters: CountKeywordArgs.
Expand Down

0 comments on commit 0aaf3a7

Please sign in to comment.