We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3ca9c1 commit 49fe1e6Copy full SHA for 49fe1e6
README.md
@@ -1,11 +1,12 @@
1
# Code Climate FIXME Engine
2
3
-`codeclimate-fixme` is a Code Climate engine that finds comments in your code which match the following strings:
+`codeclimate-fixme` is a Code Climate engine that finds comments in your code that case-sensitively match the following strings:
4
5
* `TODO`
6
* `FIXME`
7
* `HACK`
8
* `BUG`
9
+* `XXX`
10
11
These strings are things you should fix now, not later.
12
0 commit comments