danger-plugin-wordcheck

CircleCI npm version

check the suspicous words in your codes: e.g. debugger, todo, foo, bar etc.

Usage

Install:

yarn add danger-plugin-wordcheck --dev

At a glance:

create a wordcheck file. Single word per line echo "TODO\ndebugger\n" > wordcheck.txt

feed the filename to wordcheck() function in dangerfile.js js var wordcheck = require('danger-plugin-wordcheck').default schedule(wordcheck("./.github/WORDCHECK.txt"))

Changelog

See the GitHub release history.

Contributing

See CONTRIBUTING.md.