aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlistair Thomas <astavale@yahoo.co.uk>2017-05-27 13:12:35 +0100
committerJussi Pakkanen <jpakkane@gmail.com>2017-05-29 19:32:47 +0300
commit4abef5ce2335b32e3ec75ffe06dc9af5c9942893 (patch)
treea818e7146a40beab6c2eb16f7d4c56014b4cef2a
parent7882549f860730dda43fcc825b5beb75b0209410 (diff)
downloadmeson-4abef5ce2335b32e3ec75ffe06dc9af5c9942893.zip
meson-4abef5ce2335b32e3ec75ffe06dc9af5c9942893.tar.gz
meson-4abef5ce2335b32e3ec75ffe06dc9af5c9942893.tar.bz2
Add use of Flake8 to contributing.txt
-rw-r--r--contributing.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/contributing.txt b/contributing.txt
index fc6e0ba..925109a 100644
--- a/contributing.txt
+++ b/contributing.txt
@@ -19,6 +19,14 @@ following:
- all new features must come with a test (or several if it is
a big feature)
+Meson uses Flake8 for style guide enforcement. The Flake8 options for
+the project are contained in setup.cfg.
+
+To run Flake8 on your local clone of Meson:
+
+ $ python3 -m pip install flake8
+ $ cd meson
+ $ flake8
C/C++ coding style