From 4abef5ce2335b32e3ec75ffe06dc9af5c9942893 Mon Sep 17 00:00:00 2001 From: Alistair Thomas Date: Sat, 27 May 2017 13:12:35 +0100 Subject: [PATCH] Add use of Flake8 to contributing.txt --- contributing.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/contributing.txt b/contributing.txt index fc6e0ba5c..925109a1c 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