Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Commit a060250

Browse files
authored
Merge pull request #287 from pelted/reek-force-exclusion
add --force-exclusion flag to reek options
2 parents 7018ffe + aed3522 commit a060250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lint/lib/linters/reek.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ function Reek(opts) {
66
this.path = opts.path;
77
this.responsePath = "stdout";
88
this.errorPath = "stderr";
9-
this.args = ["-f", "json"];
9+
this.args = ["-f", "json", "--force-exclusion"];
1010
}
1111

1212
Reek.prototype.processResult = function(data) {

0 commit comments

Comments
 (0)