diff mbox

[2/3] Add landscape.io configuration file

Message ID BLU436-SMTP2150AB1376693194FF10024A3E70@phx.gbl
State Accepted
Headers show

Commit Message

Stephen Finucane Sept. 4, 2016, 2:25 p.m. UTC
Signed-off-by: Stephen Finucane <stephenfinucane@hotmail.com>
---
 .landscape.yml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 .landscape.yml

Comments

Daniel Axtens Sept. 5, 2016, 10:25 a.m. UTC | #1
Hi Stephen,

I can't test this but I'm supportive of more automatic testing :)

Regards,
Daniel

Stephen Finucane <stephenfinucane@hotmail.com> writes:

> Signed-off-by: Stephen Finucane <stephenfinucane@hotmail.com>
> ---
>  .landscape.yml | 14 ++++++++++++++
>  1 file changed, 14 insertions(+)
>  create mode 100644 .landscape.yml
>
> diff --git a/.landscape.yml b/.landscape.yml
> new file mode 100644
> index 0000000..a882e84
> --- /dev/null
> +++ b/.landscape.yml
> @@ -0,0 +1,14 @@
> +doc-warnings: false
> +test-warnings: false
> +strictness: veryhigh
> +max-line-length: 80
> +autodetect: true
> +requirements:
> +  - requirements-dev.txt
> +ignore-paths:
> +  - docs
> +  - patchwork/migrations
> +  - lib
> +python-targets:
> +  - 2
> +  - 3
> -- 
> 2.7.4
>
> _______________________________________________
> Patchwork mailing list
> Patchwork@lists.ozlabs.org
> https://lists.ozlabs.org/listinfo/patchwork
Stephen Finucane Sept. 7, 2016, 8:11 p.m. UTC | #2
On 05 Sep 20:25, Daniel Axtens wrote:
> Hi Stephen,
> 
> I can't test this but I'm supportive of more automatic testing :)
> 
> Regards,
> Daniel
> 
> Stephen Finucane <stephenfinucane@hotmail.com> writes:
> 
> > Signed-off-by: Stephen Finucane <stephenfinucane@hotmail.com>

...and merged.
diff mbox

Patch

diff --git a/.landscape.yml b/.landscape.yml
new file mode 100644
index 0000000..a882e84
--- /dev/null
+++ b/.landscape.yml
@@ -0,0 +1,14 @@ 
+doc-warnings: false
+test-warnings: false
+strictness: veryhigh
+max-line-length: 80
+autodetect: true
+requirements:
+  - requirements-dev.txt
+ignore-paths:
+  - docs
+  - patchwork/migrations
+  - lib
+python-targets:
+  - 2
+  - 3