Skip to content
This repository has been archived by the owner on Aug 14, 2018. It is now read-only.

zetaron/danger-plugin-fixme

Repository files navigation

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.