ttd-lint
v0.0.6
Published
Check for certain words.
Downloads
17
Maintainers
Readme
ttd-lint
ttd-lint is a linter for checking certain words.
Install
npm install ttd-lint -g
Usage
This will check all files in the docs
directory
ttd-lint docs
# Github
docs/index.rst:5:Github
Found certain words, please resolve it.
Configure
You can either use a global configuration file ~/.ttd-lintrc
or one in your current working directory [/docs] ./.ttd-lintrc
.
Github
Javascript
describe\.only(
it\.only(
Difference of this fork
- ttd-linter is checking case sensitive and for the exact match
- ttd-linter is tested against shellcheck
Please note, ttd-lint
is only tested on Ubuntu 16.10 and Debian 8.