Skip to content

Commit a02dd40

Browse files
adrianheinemarijnh
authored andcommitted
Remove version blob check
1 parent 4d0d2ff commit a02dd40

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/lint.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ var blint = require("blint");
1111
["src"].forEach(function(dir) {
1212
blint.checkDir(dir, {
1313
browser: true,
14-
blob: "// CodeMirror, copyright (c) by Marijn Haverbeke and others\n// Distributed under an MIT license: http:\/\/codemirror.net\/LICENSE\n\n",
1514
ecmaVersion: 6
1615
});
1716
});

0 commit comments

Comments
 (0)