diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-14 20:04:51 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-14 20:04:51 +0000 |
commit | a81be7dee3277993dd38f06b95417621955c8771 (patch) | |
tree | 31cc44ae606afa887f4e7d275ea78cfdf2821049 | |
parent | Adding upstream version 4.3.7. (diff) | |
download | ansible-lint-debian/4.3.7-1.tar.xz ansible-lint-debian/4.3.7-1.zip |
Adding debian version 4.3.7-1.debian/4.3.7-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/README.Debian | 9 | ||||
-rw-r--r-- | debian/ansible-lint.1 | 149 | ||||
-rw-r--r-- | debian/ansible-lint.1.asciidoc.in | 121 | ||||
-rw-r--r-- | debian/changelog | 95 | ||||
-rw-r--r-- | debian/clean | 1 | ||||
-rw-r--r-- | debian/control | 33 | ||||
-rw-r--r-- | debian/copyright | 37 | ||||
-rw-r--r-- | debian/docs | 2 | ||||
-rw-r--r-- | debian/gbp.conf | 19 | ||||
-rw-r--r-- | debian/manpages | 1 | ||||
-rw-r--r-- | debian/patches/disable_scm_version.patch | 34 | ||||
-rw-r--r-- | debian/patches/series | 1 | ||||
-rwxr-xr-x | debian/rules | 10 | ||||
-rw-r--r-- | debian/salsa-ci.yml | 7 | ||||
-rw-r--r-- | debian/source/format | 1 | ||||
-rw-r--r-- | debian/source/options | 1 | ||||
-rw-r--r-- | debian/tests/control | 5 | ||||
-rwxr-xr-x | debian/tests/lots-of-warnings | 6 | ||||
-rw-r--r-- | debian/tests/lots-of-warnings-expected-result | 992 | ||||
-rw-r--r-- | debian/tests/lots_of_warnings.yml | 1000 | ||||
-rwxr-xr-x | debian/tests/nomatches | 4 | ||||
-rw-r--r-- | debian/upstream/metadata | 4 | ||||
-rw-r--r-- | debian/watch | 3 |
23 files changed, 2535 insertions, 0 deletions
diff --git a/debian/README.Debian b/debian/README.Debian new file mode 100644 index 0000000..9b15676 --- /dev/null +++ b/debian/README.Debian @@ -0,0 +1,9 @@ +ansible-lint for Debian +----------------------- + +manpage ansible-lint.1 is generated via: +# apt install asciidoc xsltproc +$ a2x -d manpage -f manpage ansible-lint.1.asciidoc.in + + -- Gregory Colpart <reg@debian.org> Sat, 12 Aug 2017 12:29:55 -0400 + diff --git a/debian/ansible-lint.1 b/debian/ansible-lint.1 new file mode 100644 index 0000000..b557622 --- /dev/null +++ b/debian/ansible-lint.1 @@ -0,0 +1,149 @@ +'\" t +.\" Title: ansible-lint +.\" Author: [see the "AUTHOR" section] +.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/> +.\" Date: 08/12/2017 +.\" Manual: System administration commands +.\" Source: ansible-lint +.\" Language: English +.\" +.TH "ANSIBLE\-LINT" "1" "08/12/2017" "ansible\-lint" "System administration commands" +.\" ----------------------------------------------------------------- +.\" * Define some portability stuff +.\" ----------------------------------------------------------------- +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.\" http://bugs.debian.org/507673 +.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.ie \n(.g .ds Aq \(aq +.el .ds Aq ' +.\" ----------------------------------------------------------------- +.\" * set default formatting +.\" ----------------------------------------------------------------- +.\" disable hyphenation +.nh +.\" disable justification (adjust text to left margin only) +.ad l +.\" ----------------------------------------------------------------- +.\" * MAIN CONTENT STARTS HERE * +.\" ----------------------------------------------------------------- +.SH "NAME" +ansible-lint \- lint tool for Ansible playbooks +.SH "SYNOPSIS" +.sp +ansible\-lint [\-M module_path] [\-l] [\-s] [module\&...] +.SH "DESCRIPTION" +.sp +\fBansible\-lint\fR checks Ansible playbooks for practices and behaviour that could potentially be improved\&. +.SH "OPTIONS" +.sp +\fB\-\-version\fR: +.sp +show program\(cqs version number and exit +.PP +\fB\-M\fR \fIDIRECTORY\fR, \fB\-\-module\-path=\fR\fIDIRECTORY\fR +.RS 4 +the +\fIDIRECTORY\fR +search path to load modules from\&. The default is +\fI/usr/share/ansible\fR\&. This can also be set with the ANSIBLE_LIBRARY environment variable\&. +.RE +.PP +\fB\-s\fR, \fB\-\-snippet=\fR +.RS 4 +Produce a snippet which can be copied into a playbook for modification, like a kind of task template\&. +.RE +.PP +\fB\-l\fR, \fB\-\-list=\fR +.RS 4 +Produce a terse listing of modules and a short description of each\&. +.RE +.PP +\fB\-h\fR, \fB\-\-help\fR +.RS 4 +show this help message and exit +.RE +.PP +\fB\-L\fR +.RS 4 +list all the rules +.RE +.PP +\fB\-q\fR +.RS 4 +quieter, although not silent output +.RE +.PP +\fB\-p\fR +.RS 4 +parseable output in the format of pep8 +.RE +.PP +\fB\-r\fR \fIRULESDIR\fR +.RS 4 +specify one or more rules directories using one or more +\fB\-r\fR +arguments\&. Any +\fB\-r\fR +flags override the default rules in +\fI/usr/lib/python3/dist\-packages/ansiblelint/rules\fR, +unless +\fB\-R\fR +is also used\&. +.RE +.PP +\fB\-R\fR +.RS 4 +Use default rules in +\fI/usr/lib/python3/dist\-packages/ansiblelint/rules\fR +in addition to any extra rules directories specified with +\fB\-r\fR\&. There is no need to specify this if no +\fB\-r\fR +flags are used +.RE +.PP +\fB\-t\fR \fITAGS\fR +.RS 4 +only check rules whose id/tags match these values +.RE +.PP +\fB\-T\fR +.RS 4 +list all the tags +.RE +.PP +\fB\-v\fR +.RS 4 +Increase verbosity level +.RE +.PP +\fB\-x\fR \fISKIP_LIST\fR +.RS 4 +only check rules whose id/tags do not match these values +.RE +.PP +\fB\-\-nocolor\fR +.RS 4 +disable colored output +.RE +.PP +\fB\-\-force\-color\fR +.RS 4 +Try force colored output (relying on ansible\(cqs code) +.RE +.PP +\fB\-\-exclude=\fR\fIEXCLUDE_PATHS\fR +.RS 4 +path to directories or files to skip\&. This option is repeatable\&. +.RE +.SH "AUTHOR" +.sp +ansible\-lint was originally written by Will Thames +.SH "COPYRIGHT" +.sp +Copyright \(co 2013\-2016 Will Thames <will@thames\&.id\&.au> +.sp +ansible\-lint is released under the terms of the MIT License\&. +.SH "SEE ALSO" +.sp +\fBansible\-playbook\fR(1), \fBansible\fR(1) diff --git a/debian/ansible-lint.1.asciidoc.in b/debian/ansible-lint.1.asciidoc.in new file mode 100644 index 0000000..47ec146 --- /dev/null +++ b/debian/ansible-lint.1.asciidoc.in @@ -0,0 +1,121 @@ +ansible-lint(1) +=============== +:doctype: manpage +:man source: ansible-lint +:man manual: System administration commands + +NAME +---- +ansible-lint - lint tool for Ansible playbooks + + +SYNOPSIS +-------- +ansible-lint [-M module_path] [-l] [-s] [module...] + + +DESCRIPTION +----------- + +*ansible-lint* checks Ansible playbooks for practices and behaviour +that could potentially be improved. + + +OPTIONS +------- + +**--version**: + +show program's version number and exit + +*-M* 'DIRECTORY', *--module-path=*'DIRECTORY':: + +the 'DIRECTORY' search path to load modules from. The default is +'/usr/share/ansible'. This can also be set with the ANSIBLE_LIBRARY +environment variable. + +*-s*, *--snippet=*:: + +Produce a snippet which can be copied into a playbook for modification, like +a kind of task template. + +*-l*, *--list=*:: + +Produce a terse listing of modules and a short description of each. + + +*-h*, *--help*:: + +show this help message and exit + +*-L*:: + +list all the rules + +*-q*:: + +quieter, although not silent output + +*-p*:: + +parseable output in the format of pep8 + +*-r* 'RULESDIR':: + +specify one or more rules directories using one or more *-r* arguments. Any *-r* +flags override the default rules in '/usr/lib/python3/dist-packages/ansiblelint/rules', +unless *-R* is also used. + +*-R*:: + +Use default rules in '/usr/lib/python3/dist-packages/ansiblelint/rules' in addition to any extra +rules directories specified with *-r*. There is no need to specify this if no *-r* flags are used + +*-t* 'TAGS':: + +only check rules whose id/tags match these values + +*-T*:: + +list all the tags + +*-v*:: + +Increase verbosity level + +*-x* 'SKIP_LIST':: + +only check rules whose id/tags do not match these values + +*--nocolor*:: + +disable colored output + +*--force-color*:: + +Try force colored output (relying on ansible's code) + +*--exclude=*'EXCLUDE_PATHS':: + +path to directories or files to skip. This option is repeatable. + + +AUTHOR +------ + +ansible-lint was originally written by Will Thames + + +COPYRIGHT +--------- + +Copyright © 2013-2016 Will Thames <will@thames.id.au> + +ansible-lint is released under the terms of the MIT License. + + +SEE ALSO +-------- + +*ansible-playbook*(1), *ansible*(1) + diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..c9677e6 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,95 @@ +ansible-lint (4.3.7-1) unstable; urgency=medium + + * New upstream version 4.3.7 + * d/p/fix-examples.patch: Remove patch, merged upstream + + -- Samuel Henrique <samueloph@debian.org> Wed, 04 Nov 2020 19:37:49 +0000 + +ansible-lint (4.3.5-1) unstable; urgency=medium + + * New upstream version 4.3.5 + * Add d/salsa-ci.yml + * d/t/lots-of-warnings: Update test + + -- Samuel Henrique <samueloph@debian.org> Sat, 03 Oct 2020 18:23:01 +0100 + +ansible-lint (4.3.1-1) unstable; urgency=medium + + * New upstream version 4.3.1 + * Bump DH to 13 + * Bump Standards-Version to 4.5.0 + * Add d/gbp.conf + * d/p/fix-examples.patch: new patch to fix example used on autopkgtest + * d/t/lots-of-warnings: Update test + * d/copyright: Remove Files-Excluded field as there's no repackaging anymore + + [ Debian Janitor ] + * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, + Repository-Browse. + + -- Samuel Henrique <samueloph@debian.org> Sat, 03 Oct 2020 17:30:44 +0100 + +ansible-lint (4.2.0-1) unstable; urgency=medium + + * New upstream version 4.2.0 + * Update Standards-Version to 4.4.1 + * Use debhelper-compat + * The upstream tarball is now dfsg compliant as it does not ship the "docs" + directory anymore. + * d/control: + - Add Dependency python3-ruamel.yaml + - Add Rules-Requires-Root: no + - Remove Build-Dependency python3-setuptools-scm-git-archive + * d/patches: + - add_setup_py.patch: New patch to add setup_py + - disable_scm_version.patch: + ~ Set version on setup.cfg without using scm module + ~ Update patch + * d/tests/lots-of-warnings: Get a predictable output for different test envs + + -- Samuel Henrique <samueloph@debian.org> Sun, 08 Dec 2019 20:39:41 +0000 + +ansible-lint (4.1.0+dfsg.1-2) unstable; urgency=medium + + [ Ryo IGARASHI ] + * Fix rules location in manpage (closes: #934011) + + [ Samuel Henrique ] + * Bump Standards-Version to 4.4.0 + * Remove underline of runtime test name + * Add missing dependency of python3-pkg-resources + + -- Samuel Henrique <samueloph@debian.org> Wed, 04 Sep 2019 01:01:45 +0100 + +ansible-lint (4.1.0+dfsg.1-1) unstable; urgency=medium + + * New upstream version 4.1.0+dfsg.1 (closes: #918783) + - dfsg.1: Remove docs dir, which contains non-free code + and we don't use any of it anyway. + * Use python3 instead of python2 (closes: #921030) + * Bump DH level to 12 + * Bump Standards-Version to 4.3.0 + * Add myself as an uploader + * Move packaging to salsa + * Add autopkgtests + * d/docs: update docs of new release + * d/control: add new build dependencies of latest release + * d/copyright: update all entries + * d/p/disable_scm_version.patch: new patch to disable usage of pypi + * d/rules: use pybuild instead of distutils + * d/watch: create file and point to GitHub + * wrap-and-sort -a + + -- Samuel Henrique <samueloph@debian.org> Sun, 24 Feb 2019 12:30:38 +0000 + +ansible-lint (3.4.20+git.20180203-1) unstable; urgency=medium + + * New upstream release (Closes: #882066) + + -- Gregory Colpart <reg@debian.org> Sat, 03 Feb 2018 18:50:23 +0100 + +ansible-lint (3.4.13+git.20170811-1-1) unstable; urgency=medium + + * Initial release (Closes: #799144) + + -- Gregory Colpart <reg@debian.org> Fri, 11 Aug 2017 16:56:58 -0400 diff --git a/debian/clean b/debian/clean new file mode 100644 index 0000000..35751c3 --- /dev/null +++ b/debian/clean @@ -0,0 +1 @@ +lib/ansible_lint.egg-info/ diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..4138b34 --- /dev/null +++ b/debian/control @@ -0,0 +1,33 @@ +Source: ansible-lint +Section: misc +Priority: optional +Maintainer: Gregory Colpart <reg@debian.org> +Uploaders: Samuel Henrique <samueloph@debian.org> +Build-Depends: ansible (>= 2.8), + debhelper-compat (= 13), + dh-python, + python3-all, + python3-ruamel.yaml, + python3-setuptools, + python3-six, + python3-rich +Standards-Version: 4.5.0 +Rules-Requires-Root: no +Homepage: https://github.com/willthames/ansible-lint +Vcs-Browser: https://salsa.debian.org/debian/ansible-lint +Vcs-Git: https://salsa.debian.org/debian/ansible-lint.git + +Package: ansible-lint +Architecture: all +Depends: ansible (>= 2.8), + python3-pkg-resources, + python3-ruamel.yaml, + ${misc:Depends}, + ${python3:Depends} +Description: lint tool for Ansible playbooks + Ansible playbooks express configuration, deployment and orchestration in YAML + format. They can describe a policy you want your remote systems to enforce, + or a set of steps in a general IT process. + . + ansible-lint checks Ansible playbooks for practices and behaviour that could + potentially be improved. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..1e23171 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,37 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: ansible-lint +Source: https://github.com/willthames/ansible-lint + +Files: * +Copyright: 2016 Tsukinowa Inc. <info@tsukinowa.jp> + 2013-2018 Will Thames <will@thames.id.au> + 2018 Ansible Project +License: MIT + +Files: lib/ansiblelint/rules/AlwaysRunRule.py +Copyright: Copyright (c) 2017 Anth Courtney <anthcourtney@gmail.com> +License: MIT + +Files: debian/* +Copyright: 2017-2018 Gregory Colpart <reg@debian.org> + 2019 Samuel Henrique <samueloph@debian.org> +License: MIT + +License: MIT + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + . + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + . + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + THE SOFTWARE. diff --git a/debian/docs b/debian/docs new file mode 100644 index 0000000..a896357 --- /dev/null +++ b/debian/docs @@ -0,0 +1,2 @@ +README.rst +examples diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 0000000..6cbc70d --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,19 @@ +[DEFAULT] +debian-branch=debian/master +pristine-tar = True +cleaner = /bin/true + +[buildpackage] +sign-tags = True +export-dir = ../build-area/ +ignore-branch = True + +[import-orig] +filter-pristine-tar = True + +[pq] +patch-numbers = False + +[dch] +multimaint-merge = True +ignore-branch = True diff --git a/debian/manpages b/debian/manpages new file mode 100644 index 0000000..5ced7db --- /dev/null +++ b/debian/manpages @@ -0,0 +1 @@ +debian/ansible-lint.1 diff --git a/debian/patches/disable_scm_version.patch b/debian/patches/disable_scm_version.patch new file mode 100644 index 0000000..301a8bb --- /dev/null +++ b/debian/patches/disable_scm_version.patch @@ -0,0 +1,34 @@ +Description: Don't use setuptools_scm_git_archive to get version +Author: Samuel Henrique <samueloph@debian.org> +Index: ansible-lint/setup.cfg +=================================================================== +--- ansible-lint.orig/setup.cfg ++++ ansible-lint/setup.cfg +@@ -6,6 +6,7 @@ universal = 1 + + [metadata] + name = ansible-lint ++version = DEB_VERSION_UPSTREAM + url = https://github.com/ansible/ansible-lint + project_urls = + Bug Tracker = https://github.com/ansible/ansible-lint/issues +@@ -56,7 +57,7 @@ keywords = + lint + + [options] +-use_scm_version = True ++use_scm_version = False + python_requires = >=3.6 + package_dir = + = lib +@@ -65,8 +66,8 @@ zip_safe = False + + # These are required during `setup.py` run: + setup_requires = +- setuptools_scm>=1.15.0 +- setuptools_scm_git_archive>=1.0 ++# setuptools_scm>=1.15.0 ++# setuptools_scm_git_archive>=1.0 + + # These are required in actual runtime: + install_requires = diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..05bd03e --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +disable_scm_version.patch diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..8a37097 --- /dev/null +++ b/debian/rules @@ -0,0 +1,10 @@ +#!/usr/bin/make -f + +include /usr/share/dpkg/pkg-info.mk + +%: + dh $@ --with python3 --buildsystem=pybuild + +override_dh_auto_configure: + sed -i "s/DEB_VERSION_UPSTREAM/$(DEB_VERSION_UPSTREAM)/" setup.cfg + dh_auto_configure diff --git a/debian/salsa-ci.yml b/debian/salsa-ci.yml new file mode 100644 index 0000000..1e7946b --- /dev/null +++ b/debian/salsa-ci.yml @@ -0,0 +1,7 @@ +--- +include: + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml + +variables: + SALSA_CI_DISABLE_REPROTEST: 1 diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/source/options b/debian/source/options new file mode 100644 index 0000000..cb61fa5 --- /dev/null +++ b/debian/source/options @@ -0,0 +1 @@ +extend-diff-ignore = "^[^/]*[.]egg-info/" diff --git a/debian/tests/control b/debian/tests/control new file mode 100644 index 0000000..be8a6e4 --- /dev/null +++ b/debian/tests/control @@ -0,0 +1,5 @@ +Tests: nomatches +Restrictions: needs-root + +Tests: lots-of-warnings +Restrictions: needs-root, allow-stderr diff --git a/debian/tests/lots-of-warnings b/debian/tests/lots-of-warnings new file mode 100755 index 0000000..bf01549 --- /dev/null +++ b/debian/tests/lots-of-warnings @@ -0,0 +1,6 @@ +#!/bin/sh +set -e + +diff /usr/share/doc/ansible-lint/examples/lots_of_warnings.yml debian/tests/lots_of_warnings.yml + +LC_ALL=C ansible-lint -p debian/tests/lots_of_warnings.yml | diff - debian/tests/lots-of-warnings-expected-result diff --git a/debian/tests/lots-of-warnings-expected-result b/debian/tests/lots-of-warnings-expected-result new file mode 100644 index 0000000..5371c57 --- /dev/null +++ b/debian/tests/lots-of-warnings-expected-result @@ -0,0 +1,992 @@ +debian/tests/lots_of_warnings.yml:9: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:9: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:11: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:11: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:13: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:13: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:15: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:15: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:17: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:17: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:19: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:19: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:21: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:21: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:23: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:23: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:25: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:25: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:27: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:27: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:29: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:29: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:31: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:31: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:33: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:33: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:35: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:35: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:37: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:37: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:39: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:39: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:41: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:41: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:43: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:43: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:45: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:45: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:47: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:47: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:49: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:49: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:51: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:51: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:53: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:53: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:55: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:55: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:57: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:57: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:59: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:59: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:61: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:61: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:63: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:63: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:65: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:65: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:67: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:67: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:69: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:69: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:71: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:71: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:73: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:73: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:75: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:75: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:77: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:77: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:79: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:79: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:81: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:81: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:83: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:83: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:85: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:85: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:87: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:87: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:89: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:89: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:91: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:91: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:93: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:93: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:95: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:95: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:97: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:97: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:99: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:99: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:101: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:101: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:103: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:103: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:105: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:105: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:107: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:107: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:109: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:109: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:111: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:111: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:113: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:113: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:115: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:115: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:117: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:117: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:119: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:119: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:121: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:121: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:123: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:123: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:125: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:125: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:127: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:127: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:129: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:129: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:131: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:131: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:133: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:133: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:135: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:135: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:137: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:137: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:139: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:139: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:141: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:141: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:143: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:143: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:145: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:145: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:147: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:147: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:149: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:149: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:151: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:151: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:153: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:153: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:155: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:155: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:157: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:157: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:159: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:159: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:161: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:161: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:163: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:163: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:165: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:165: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:167: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:167: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:169: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:169: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:171: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:171: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:173: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:173: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:175: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:175: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:177: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:177: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:179: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:179: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:181: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:181: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:183: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:183: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:185: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:185: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:187: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:187: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:189: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:189: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:191: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:191: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:193: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:193: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:195: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:195: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:197: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:197: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:199: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:199: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:201: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:201: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:203: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:203: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:205: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:205: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:207: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:207: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:209: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:209: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:211: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:211: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:213: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:213: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:215: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:215: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:217: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:217: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:219: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:219: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:221: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:221: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:223: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:223: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:225: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:225: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:227: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:227: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:229: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:229: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:231: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:231: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:233: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:233: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:235: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:235: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:237: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:237: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:239: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:239: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:241: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:241: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:243: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:243: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:245: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:245: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:247: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:247: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:249: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:249: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:251: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:251: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:253: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:253: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:255: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:255: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:257: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:257: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:259: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:259: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:261: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:261: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:263: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:263: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:265: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:265: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:267: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:267: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:269: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:269: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:271: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:271: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:273: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:273: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:275: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:275: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:277: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:277: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:279: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:279: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:281: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:281: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:283: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:283: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:285: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:285: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:287: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:287: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:289: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:289: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:291: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:291: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:293: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:293: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:295: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:295: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:297: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:297: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:299: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:299: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:301: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:301: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:303: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:303: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:305: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:305: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:307: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:307: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:309: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:309: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:311: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:311: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:313: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:313: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:315: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:315: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:317: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:317: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:319: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:319: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:321: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:321: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:323: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:323: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:325: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:325: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:327: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:327: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:329: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:329: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:331: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:331: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:333: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:333: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:335: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:335: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:337: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:337: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:339: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:339: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:341: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:341: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:343: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:343: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:345: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:345: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:347: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:347: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:349: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:349: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:351: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:351: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:353: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:353: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:355: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:355: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:357: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:357: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:359: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:359: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:361: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:361: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:363: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:363: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:365: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:365: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:367: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:367: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:369: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:369: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:371: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:371: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:373: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:373: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:375: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:375: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:377: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:377: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:379: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:379: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:381: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:381: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:383: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:383: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:385: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:385: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:387: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:387: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:389: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:389: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:391: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:391: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:393: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:393: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:395: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:395: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:397: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:397: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:399: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:399: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:401: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:401: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:403: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:403: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:405: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:405: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:407: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:407: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:409: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:409: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:411: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:411: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:413: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:413: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:415: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:415: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:417: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:417: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:419: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:419: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:421: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:421: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:423: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:423: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:425: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:425: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:427: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:427: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:429: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:429: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:431: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:431: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:433: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:433: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:435: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:435: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:437: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:437: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:439: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:439: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:441: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:441: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:443: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:443: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:445: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:445: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:447: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:447: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:449: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:449: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:451: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:451: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:453: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:453: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:455: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:455: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:457: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:457: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:459: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:459: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:461: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:461: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:463: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:463: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:465: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:465: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:467: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:467: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:469: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:469: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:471: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:471: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:473: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:473: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:475: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:475: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:477: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:477: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:479: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:479: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:481: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:481: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:483: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:483: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:485: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:485: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:487: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:487: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:489: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:489: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:491: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:491: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:493: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:493: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:495: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:495: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:497: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:497: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:499: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:499: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:501: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:501: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:503: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:503: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:505: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:505: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:507: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:507: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:509: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:509: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:511: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:511: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:513: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:513: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:515: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:515: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:517: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:517: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:519: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:519: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:521: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:521: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:523: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:523: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:525: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:525: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:527: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:527: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:529: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:529: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:531: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:531: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:533: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:533: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:535: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:535: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:537: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:537: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:539: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:539: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:541: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:541: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:543: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:543: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:545: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:545: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:547: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:547: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:549: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:549: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:551: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:551: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:553: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:553: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:555: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:555: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:557: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:557: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:559: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:559: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:561: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:561: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:563: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:563: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:565: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:565: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:567: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:567: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:569: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:569: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:571: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:571: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:573: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:573: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:575: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:575: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:577: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:577: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:579: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:579: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:581: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:581: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:583: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:583: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:585: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:585: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:587: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:587: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:589: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:589: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:591: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:591: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:593: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:593: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:595: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:595: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:597: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:597: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:599: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:599: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:601: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:601: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:603: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:603: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:605: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:605: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:607: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:607: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:609: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:609: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:611: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:611: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:613: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:613: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:615: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:615: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:617: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:617: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:619: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:619: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:621: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:621: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:623: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:623: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:625: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:625: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:627: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:627: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:629: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:629: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:631: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:631: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:633: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:633: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:635: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:635: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:637: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:637: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:639: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:639: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:641: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:641: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:643: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:643: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:645: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:645: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:647: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:647: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:649: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:649: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:651: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:651: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:653: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:653: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:655: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:655: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:657: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:657: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:659: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:659: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:661: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:661: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:663: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:663: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:665: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:665: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:667: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:667: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:669: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:669: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:671: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:671: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:673: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:673: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:675: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:675: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:677: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:677: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:679: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:679: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:681: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:681: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:683: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:683: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:685: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:685: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:687: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:687: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:689: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:689: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:691: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:691: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:693: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:693: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:695: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:695: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:697: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:697: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:699: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:699: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:701: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:701: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:703: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:703: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:705: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:705: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:707: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:707: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:709: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:709: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:711: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:711: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:713: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:713: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:715: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:715: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:717: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:717: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:719: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:719: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:721: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:721: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:723: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:723: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:725: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:725: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:727: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:727: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:729: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:729: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:731: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:731: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:733: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:733: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:735: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:735: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:737: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:737: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:739: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:739: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:741: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:741: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:743: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:743: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:745: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:745: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:747: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:747: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:749: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:749: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:751: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:751: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:753: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:753: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:755: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:755: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:757: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:757: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:759: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:759: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:761: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:761: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:763: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:763: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:765: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:765: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:767: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:767: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:769: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:769: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:771: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:771: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:773: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:773: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:775: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:775: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:777: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:777: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:779: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:779: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:781: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:781: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:783: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:783: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:785: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:785: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:787: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:787: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:789: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:789: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:791: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:791: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:793: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:793: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:795: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:795: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:797: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:797: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:799: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:799: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:801: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:801: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:803: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:803: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:805: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:805: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:807: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:807: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:809: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:809: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:811: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:811: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:813: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:813: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:815: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:815: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:817: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:817: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:819: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:819: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:821: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:821: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:823: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:823: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:825: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:825: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:827: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:827: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:829: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:829: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:831: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:831: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:833: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:833: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:835: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:835: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:837: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:837: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:839: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:839: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:841: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:841: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:843: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:843: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:845: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:845: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:847: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:847: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:849: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:849: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:851: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:851: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:853: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:853: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:855: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:855: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:857: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:857: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:859: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:859: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:861: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:861: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:863: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:863: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:865: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:865: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:867: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:867: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:869: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:869: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:871: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:871: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:873: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:873: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:875: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:875: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:877: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:877: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:879: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:879: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:881: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:881: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:883: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:883: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:885: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:885: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:887: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:887: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:889: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:889: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:891: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:891: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:893: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:893: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:895: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:895: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:897: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:897: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:899: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:899: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:901: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:901: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:903: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:903: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:905: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:905: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:907: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:907: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:909: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:909: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:911: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:911: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:913: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:913: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:915: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:915: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:917: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:917: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:919: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:919: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:921: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:921: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:923: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:923: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:925: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:925: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:927: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:927: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:929: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:929: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:931: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:931: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:933: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:933: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:935: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:935: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:937: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:937: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:939: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:939: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:941: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:941: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:943: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:943: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:945: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:945: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:947: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:947: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:949: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:949: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:951: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:951: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:953: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:953: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:955: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:955: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:957: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:957: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:959: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:959: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:961: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:961: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:963: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:963: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:965: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:965: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:967: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:967: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:969: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:969: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:971: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:971: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:973: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:973: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:975: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:975: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:977: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:977: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:979: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:979: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:981: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:981: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:983: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:983: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:985: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:985: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:987: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:987: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:989: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:989: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:991: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:991: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:993: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:993: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:995: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:995: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:997: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:997: [E303] git used in place of git module +debian/tests/lots_of_warnings.yml:999: [E301] Commands should not change things if nothing needs doing +debian/tests/lots_of_warnings.yml:999: [E303] git used in place of git module diff --git a/debian/tests/lots_of_warnings.yml b/debian/tests/lots_of_warnings.yml new file mode 100644 index 0000000..38136e1 --- /dev/null +++ b/debian/tests/lots_of_warnings.yml @@ -0,0 +1,1000 @@ +--- +# This playbook causes ansible-lint to output tons of warnings +# Enough to exceed typical stdout buffering size and thus to show the need for +# catching IOError (EPIEP) errors. + +- hosts: webservers + + tasks: + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah + - name: executing git through command + action: command git clone blah diff --git a/debian/tests/nomatches b/debian/tests/nomatches new file mode 100755 index 0000000..8a4bde8 --- /dev/null +++ b/debian/tests/nomatches @@ -0,0 +1,4 @@ +#!/bin/sh +set -e + +LC_ALL=C ansible-lint /usr/share/doc/ansible-lint/examples/nomatches.yml diff --git a/debian/upstream/metadata b/debian/upstream/metadata new file mode 100644 index 0000000..d0fc2e1 --- /dev/null +++ b/debian/upstream/metadata @@ -0,0 +1,4 @@ +Bug-Database: https://github.com/ansible/ansible-lint/issues +Bug-Submit: https://github.com/ansible/ansible-lint/issues/new +Repository: https://github.com/ansible/ansible-lint.git +Repository-Browse: https://github.com/ansible/ansible-lint diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..27cfd78 --- /dev/null +++ b/debian/watch @@ -0,0 +1,3 @@ +version=4 +opts="filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/ansible-lint-$1\.tar\.gz/,dversionmangle=s/\+(debian|dfsg|ds|deb)(\.?\d+)?$//" \ + https://github.com/ansible/ansible-lint/tags .*/?(\d\.\d.\d)\.tar\.gz |