This repository was archived by the owner on Oct 22, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,14 +12,14 @@ Metrics/ClassLength:
1212 Description : ' Most modules and payloads are quite large. This is ok.'
1313 Enabled : true
1414 Exclude :
15- - ' modules/**/*'
16- - ' payloads/**/*'
15+ - ' lib/wpxf/ modules/**/*'
16+ - ' lib/wpxf/ payloads/**/*'
1717
1818Style/Documentation :
1919 Enabled : true
2020 Description : ' Most modules do not have class documentation.'
2121 Exclude :
22- - ' modules/**/*'
22+ - ' lib/wpxf/ modules/**/*'
2323
2424Metrics/LineLength :
2525 Description : ' Modules often pattern match against very long strings when identifying targets.'
@@ -37,11 +37,11 @@ Style/WordArray:
3737
3838Style/RedundantBegin :
3939 Exclude :
40- - ' modules/**/*'
40+ - ' lib/wpxf/ modules/**/*'
4141
4242Documentation :
4343 Exclude :
44- - ' modules/**/*'
44+ - ' lib/wpxf/ modules/**/*'
4545
4646Style/IndentArray :
4747 Enabled : false
@@ -73,7 +73,7 @@ Metrics/BlockLength:
7373Layout/EmptyLinesAroundArguments :
7474 Description : ' Produces false positives when using multi-line strings with spaces.'
7575 Exclude :
76- - ' modules/**/*'
76+ - ' lib/wpxf/ modules/**/*'
7777
7878Lint/AmbiguousRegexpLiteral :
7979 Enabled : false
You can’t perform that action at this time.
0 commit comments