diff --git a/Library/.rubocop.yml b/Library/.rubocop.yml index 21f123859b..7039127819 100644 --- a/Library/.rubocop.yml +++ b/Library/.rubocop.yml @@ -103,7 +103,7 @@ Metrics/ModuleLength: - '**/lib/**/*' Metrics/PerceivedComplexity: - Max: 80 + Max: 100 # makes code less readable for minor performance increases Performance/Caller: