We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c3ca9c1 + e2e02f3 commit b3181b9Copy full SHA for b3181b9
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 performs a case-sensitive search for the following strings in your project:
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