1.0.0 • Published 7 years ago

danger-plugin-fixme v1.0.0

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

danger-plugin-fixme

Build Status npm version semantic-release

Have danger fail if she detects a FIXME annotation inside your code.

Usage

Install:

yarn add danger-plugin-fixme --dev

At a glance:

// dangerfile.js
import fixme from 'danger-plugin-fixme'

fixme()

or with custom patterns:

// dangerfile.js
import fixme from 'danger-plugin-fixme'

fixme(['FIXME', 'TODO'])

Changelog

See the GitHub release history.

Contributing

See CONTRIBUTING.md.

1.0.0

7 years ago