aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2018-07-02 19:18:50 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2018-07-02 19:52:53 +0530
commitcc58fdac33fad6f9af328b2bdc26fcd5c0274b84 (patch)
tree804f79c3eb249584676a48112c1187d667f07e41 /setup.cfg
parentd6a9b4cc793707d92055abd4086cf6240bfae1f3 (diff)
downloadmeson-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.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 669c932..65a3c64 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -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