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

Commit

Permalink
Merge pull request #287 from pelted/reek-force-exclusion
Browse files Browse the repository at this point in the history
add --force-exclusion flag to reek options
  • Loading branch information
wingrunr21 authored May 18, 2019
2 parents 7018ffe + aed3522 commit a060250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lint/lib/linters/reek.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function Reek(opts) {
this.path = opts.path;
this.responsePath = "stdout";
this.errorPath = "stderr";
this.args = ["-f", "json"];
this.args = ["-f", "json", "--force-exclusion"];
}

Reek.prototype.processResult = function(data) {
Expand Down

0 comments on commit a060250

Please sign in to comment.