Don't warn for TODOish comments.

These just make it harder to detect when the file is clean of
interesting errors.

Change-Id: I6f2ae6368cdbd2800ce3f0461a3d456f79e6e994
This commit is contained in:
Dan Albert
2016-08-01 13:26:51 -07:00
parent f0cfc7b9e4
commit db26530b73

View File

@@ -38,7 +38,7 @@ load-plugins=
# --enable=similarities". If you want to run only the classes checker, but have
# no Warning level messages displayed, use"--disable=all --enable=classes
# --disable=W"
disable=design
disable=design,fixme
[REPORTS]