Enable code refactor lint issues

This commit is contained in:
Pedro Algarvio 2020-04-28 11:01:13 +01:00 committed by Daniel Wozniak
parent d92abc6a9b
commit 3dbdd90e94

View file

@ -135,7 +135,8 @@ disable=R,
# either give multiple identifier separated by comma (,) or put this option
# multiple time (only on the command line, not in the configuration file where
# it should appear only once). See also the "--disable" option for examples.
enable=c-extension-no-member
enable=c-extension-no-member,
literal-comparison
[REPORTS]