danger-plugin-wordcheck
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i danger-plugin-wordcheck

Weekly Downloads

2

Version

0.0.3

License

MIT

Last publish

Collaborators

  • toshiya.komoda