diff --git a/pylintrc b/pylintrc index 5462d019f81651bc688ee6677b98b6b6dab7beb6..a37cfce14185060a1c39991842bba32fcef72d18 100644 --- a/pylintrc +++ b/pylintrc @@ -7,3 +7,9 @@ disable=global-statement, broad-except, bad-builtin, bare-except, C, R, I [REPORTS] reports=no + +[MISCELLANEOUS] + +# List of note tags to take in consideration, separated by a comma. +# notes=FIXME,XXX,TODO +notes=FIXME,XXX \ No newline at end of file