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

Commit

Permalink
fix(rule): add FIXME and HACK to comment blacklist keywords πŸ›
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdlg committed Aug 24, 2017
1 parent 7adb43b commit 2540652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ module.exports = {
'comment-empty-line-before': ['always', {except: ['first-nested'], ignore: ['stylelint-commands']}],
'comment-no-empty': true,
'comment-whitespace-inside': 'always',
'comment-word-blacklist': [['/^TODO/'], {severity: 'warning'}],
'comment-word-blacklist': [['/^TODO/', '/^FIXME/', '/^HACK/'], {severity: 'warning'}],

// General / Sheet
indentation: 2,
Expand Down

0 comments on commit 2540652

Please sign in to comment.