diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2018-07-02 19:18:50 +0530 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2018-07-02 19:52:53 +0530 |
commit | cc58fdac33fad6f9af328b2bdc26fcd5c0274b84 (patch) | |
tree | 804f79c3eb249584676a48112c1187d667f07e41 /setup.cfg | |
parent | d6a9b4cc793707d92055abd4086cf6240bfae1f3 (diff) | |
download | meson-cc58fdac33fad6f9af328b2bdc26fcd5c0274b84.zip meson-cc58fdac33fad6f9af328b2bdc26fcd5c0274b84.tar.gz meson-cc58fdac33fad6f9af328b2bdc26fcd5c0274b84.tar.bz2 |
setup.cfg: Don't warn about commented code
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,6 +6,8 @@ ignore = E251, # E261: at least two spaces before inline comment E261, + # E265: block comment should start with '# ' + E265, # E501: line too long E501, # E302: expected 2 blank lines, found 1 |