Skip to content
This repository was archived by the owner on Oct 22, 2020. It is now read-only.

Commit b02d280

Browse files
committed
Update .rubocop.yml
1 parent 798f462 commit b02d280

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.rubocop.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

1818
Style/Documentation:
1919
Enabled: true
2020
Description: 'Most modules do not have class documentation.'
2121
Exclude:
22-
- 'modules/**/*'
22+
- 'lib/wpxf/modules/**/*'
2323

2424
Metrics/LineLength:
2525
Description: 'Modules often pattern match against very long strings when identifying targets.'
@@ -37,11 +37,11 @@ Style/WordArray:
3737

3838
Style/RedundantBegin:
3939
Exclude:
40-
- 'modules/**/*'
40+
- 'lib/wpxf/modules/**/*'
4141

4242
Documentation:
4343
Exclude:
44-
- 'modules/**/*'
44+
- 'lib/wpxf/modules/**/*'
4545

4646
Style/IndentArray:
4747
Enabled: false
@@ -73,7 +73,7 @@ Metrics/BlockLength:
7373
Layout/EmptyLinesAroundArguments:
7474
Description: 'Produces false positives when using multi-line strings with spaces.'
7575
Exclude:
76-
- 'modules/**/*'
76+
- 'lib/wpxf/modules/**/*'
7777

7878
Lint/AmbiguousRegexpLiteral:
7979
Enabled: false

0 commit comments

Comments
 (0)