diff options
author | yuyang <Gabriel.yuyang@huawei.com> | 2016-12-20 00:37:59 +0800 |
---|---|---|
committer | yuyang <Gabriel.yuyang@huawei.com> | 2016-12-21 20:21:46 +0800 |
commit | abbd8ce62ba662cd2659589a9996e827d13ad061 (patch) | |
tree | 28d1e88caab88f631bda6cdba9bffad4e6e5f8b2 /flake8_cfg | |
parent | 32fc31642ff993fe93e5033cba9f97a633a0a340 (diff) |
Add flake8 style config and for POSCA
JIRA: BOTTLENECK-100
Adding flake8 configuration and fix for POSCA
Change-Id: Ib822d5abde535263a4473d67c15cc17995f1417b
Signed-off-by: yuyang <Gabriel.yuyang@huawei.com>
Diffstat (limited to 'flake8_cfg')
-rw-r--r-- | flake8_cfg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/flake8_cfg b/flake8_cfg new file mode 100644 index 00000000..578c0556 --- /dev/null +++ b/flake8_cfg @@ -0,0 +1,4 @@ +[flake8] +format = pylint +statistics = True +count = True |