Skip to content

Commit 394ff25

Browse files
committed
Adjust reek config
1 parent 250e8b1 commit 394ff25

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

config/reek.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ BooleanParameter:
5555
enabled: true
5656
IrresponsibleModule:
5757
exclude: []
58-
enabled: true
58+
enabled: false # buggy / broken
5959
UncommunicativeModuleName:
6060
accept: []
6161
exclude: []
@@ -90,6 +90,9 @@ UtilityFunction:
9090
exclude:
9191
# Intent to be helper methods
9292
- Unparser::CLI::Source#strip
93+
- Unparser::CLI::Source#parse
94+
- Unparser::NodeHelpers#n
95+
- Unparser::NodeHelpers#s
9396
- Unparser::CLI#sources
9497
enabled: true
9598
Attribute:

0 commit comments

Comments
 (0)