Skip to content
This repository was archived by the owner on May 30, 2019. It is now read-only.

Commit 6a8d044

Browse files
committed
Disable linters
1 parent 802d9b2 commit 6a8d044

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

shared/js/dev-tasks/build/runBuild.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,9 @@ module.exports = function (stream) {
6565
// now we can execute the steps that we want done once on the entire set
6666
// of files
6767

68-
stream = buildSteps.linters(stream);
68+
//TODO: Linters are temporarily disabled because code does not
69+
// comply to the rules..
70+
//stream = buildSteps.linters(stream);
6971
stream = buildSteps.browserify(stream);
7072
stream = buildSteps.sass(stream);
7173

0 commit comments

Comments
 (0)