1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-17 06:52:27 +01:00

changed rubocop rules for code complexity

This commit is contained in:
Sylvain 2020-03-04 15:41:01 +01:00
parent 21c3084bb8
commit 2d7b65d594

View File

@ -5,7 +5,7 @@ Metrics/MethodLength:
Metrics/CyclomaticComplexity:
Max: 13
Metrics/PerceivedComplexity:
Max: 9
Max: 11
Metrics/AbcSize:
Max: 45
Metrics/ClassLength: