Skip to content
Snippets Groups Projects
Commit 12abb7c7 authored by Marijn Haverbeke's avatar Marijn Haverbeke
Browse files

Remove check for license blob in linter

Closes #3909
parent 38932a8e
No related branches found
No related tags found
No related merge requests found
......@@ -3,8 +3,7 @@ var blint = require("blint");
["mode", "lib", "addon", "keymap"].forEach(function(dir) {
blint.checkDir(dir, {
browser: true,
allowedGlobals: ["CodeMirror", "define", "test", "requirejs"],
blob: "// CodeMirror, copyright (c) by Marijn Haverbeke and others\n// Distributed under an MIT license: http:\/\/codemirror.net\/LICENSE\n\n"
allowedGlobals: ["CodeMirror", "define", "test", "requirejs"]
});
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment