aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2017-01-28 00:19:48 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2017-01-28 05:14:12 +0530
commit57ec097b5fb08081e458b2b4946ee5943ba8c032 (patch)
tree9b1337e9ea3b8df4102ed390fc568bcc1520904c /setup.cfg
parent991ace04afdd2eb010f8c94c00de7c3e1f197f60 (diff)
downloadmeson-57ec097b5fb08081e458b2b4946ee5943ba8c032.zip
meson-57ec097b5fb08081e458b2b4946ee5943ba8c032.tar.gz
meson-57ec097b5fb08081e458b2b4946ee5943ba8c032.tar.bz2
vs: Use CompilerArgs() for compile and link args
At the same time also fix the order in which they are added. They now match the order used in the Ninja backend.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg4
1 files changed, 3 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 823c84d..b3adc59 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -15,5 +15,7 @@ ignore =
# E401: multiple imports on one line
E401,
# too many leading '#' for block comment
- E266
+ E266,
+ # module level import not at top of file
+ E402
max-line-length = 120