/danger-plugin-fixme

Primary LanguageTypeScriptMIT LicenseMIT

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.