Skip to content

Commit

Permalink
Bump warnings count
Browse files Browse the repository at this point in the history
  • Loading branch information
ljowen committed Dec 19, 2023
1 parent 175eaa5 commit 404d353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ gulp.task("lint", function (done) {
"--ignore-pattern",
"lib/ThirdParty",
"--max-warnings",
"473" // TODO: Bring this back to 0
"481" // TODO: Bring this back to 0
]);

done();
Expand Down

0 comments on commit 404d353

Please sign in to comment.