/usr/share/check-all-the-things/data/javascript is in check-all-the-things 2015.12.10ubuntu2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | [js-standard]
flags = todo
match = *.js
comment = https://github.com/feross/standard
[js-modern-standard]
flags = todo
match = *.js
comment = https://github.com/modern-standard/modern-standard
# TODO: coffeelint
# TODO: pylama #779449
# TODO: https://github.com/jscs-dev/node-jscs
# TODO: https://www.airpair.com/node.js/posts/top-10-mistakes-node-developers-make
# TODO: https://github.com/rdio/jsfmt
# TODO: https://github.com/mozilla/scanjs
# TODO: https://github.com/eslint/eslint
# TODO: https://github.com/es-analysis/plato
# TODO: https://github.com/abuiles/ember-watson
# TODO: http://www.coffeelint.org/
# TODO: http://www.jslint.com/
# TODO: http://jshint.com/
# TODO: http://flowtype.org/
# TODO: closure-linter
# TODO: shell metacharacter injection: child_process.exec()
# TODO: https://github.com/MozillaSecurity/funfuzz/
|