Skip to content
Snippets Groups Projects
Commit b464eb5e authored by Razvan Deaconescu's avatar Razvan Deaconescu
Browse files

CPPLINT.cfg: Ignore readability/todo


Ignore `readability/todo` rule. This gives an unpleasant warning to use
`TODO(username)` as part of TODO comment items. Just allow simple `TODO`
comment items.

Signed-off-by: default avatarRazvan Deaconescu <razvan.deaconescu@upb.ro>
parent 135250fe
No related branches found
No related tags found
No related merge requests found
......@@ -10,4 +10,5 @@ filter=-readability/casting
filter=-runtime/int
filter=-runtime/printf
filter=-build/include_subdir
filter=-readability/todo
linelength=120
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment