diff options
-rw-r--r-- | .rubocop_todo.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 6598a37..c30ae22 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -140,7 +140,7 @@ Metrics/CyclomaticComplexity: # Offense count: 53 # Configuration parameters: CountComments. Metrics/MethodLength: - Max: 75 + Max: 76 # Offense count: 2 # Configuration parameters: CountKeywordArgs. |