We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d290d2 commit 6e06d1aCopy full SHA for 6e06d1a
.rubocop.yml
@@ -14,6 +14,22 @@ Metrics/ClassLength:
14
Exclude:
15
- 'modules/**/*'
16
17
+Metrics/AbcSize:
18
+ Enabled: false
19
+ Description: 'This is often a red-herring'
20
+
21
+Metrics/CyclomaticComplexity:
22
23
24
25
+Metrics/PerceivedComplexity:
26
27
28
29
+Style/FrozenStringLiteralComment:
30
31
+ Description: 'We cannot support this yet without a lot of things breaking'
32
33
Style/Documentation:
34
Enabled: true
35
Description: 'Most Metasploit modules do not have class documentation.'
0 commit comments