From 50f0dc46ab114106c377c1898925e2e461096cb5 Mon Sep 17 00:00:00 2001 From: laerus Date: Tue, 18 Oct 2016 16:38:47 +0300 Subject: [PATCH] landscape.io ignore ply directory --- .landscape.yaml | 9 ++++++--- news/landscape.rst | 13 +++++++++++++ 2 files changed, 19 insertions(+), 3 deletions(-) create mode 100644 news/landscape.rst diff --git a/.landscape.yaml b/.landscape.yaml index e0d9114af..4a6b4ce19 100644 --- a/.landscape.yaml +++ b/.landscape.yaml @@ -1,14 +1,17 @@ doc-warnings: yes test-warnings: yes strictness: veryhigh -max-line-length: 100 +max-line-length: 90 autodetect: yes ignore-paths: - docs/conf.py + - xonsh/ply +python-targets: + - 3 + pylint: disable: - - syntax-error # have to do this since landscape doesn't support py3k - super-on-old-class - old-style-class - global-variable-not-assigned @@ -28,5 +31,5 @@ pylint: mccabe: disable: - - MC0000 # again, not Py3k compatabile + - MC0000 # not Py3k compatabile - MC0001 # silly cyclomatic complexity diff --git a/news/landscape.rst b/news/landscape.rst new file mode 100644 index 000000000..676632fca --- /dev/null +++ b/news/landscape.rst @@ -0,0 +1,13 @@ +**Added:** None + +**Changed:** + +* landscape.io linting now ignores ply directory + +**Deprecated:** None + +**Removed:** None + +**Fixed:** None + +**Security:** None