0.0.3 • Published 7 years ago

danger-plugin-wordcheck v0.0.3

Weekly downloads
7
License
MIT
Repository
github
Last release
7 years ago

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

var wordcheck = require('danger-plugin-wordcheck').default
schedule(wordcheck("./.github/WORDCHECK.txt"))

Changelog

See the GitHub release history.

Contributing

See CONTRIBUTING.md.

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago