We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f717a4 commit deb193bCopy full SHA for deb193b
.rubocop_todo.yml
@@ -1,7 +1,8 @@
1
-# Configuration parameters: CountComments.
2
Metrics/MethodLength:
3
Max: 15
4
5
-# Configuration parameters: AllowURI, URISchemes.
6
Metrics/LineLength:
7
Max: 121
+
+Metrics/AbcSize:
8
+ Max: 15.5
0 commit comments