We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 88955ed + 5a9dca4 commit 62973cfCopy full SHA for 62973cf
1 file changed
.rubocop.yml
@@ -1,7 +1,10 @@
1
-Metrics/LineLength:
+AllCops:
2
+ NewCops: enable
3
+
4
+Layout/LineLength:
5
Enabled: false
6
-Style/FileName:
7
+Naming/FileName:
8
9
10
Style/Documentation:
0 commit comments