From 6fd2a7facf6d8572559f5465b47400faba4d357c Mon Sep 17 00:00:00 2001 From: keclar Date: Thu, 20 Aug 2020 00:12:36 +0000 Subject: [PATCH] Removed ignore, allowing all files in common to be linted. --- .travis.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3f4f9dcc65..045d634f78 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,25 +23,25 @@ matrix: - >- NOSEOPTS="--verbose --with-timer" SETUPOPTS="" PYLINTOPTS="--rcfile=2.7.pylintrc" - PYLINTFILES="--ignore=osutil,protocol,utils azurelinuxagent/common/ azurelinuxagent/daemon azurelinuxagent/agent.py azurelinuxagent/ga setup.py makepkg.py" + PYLINTFILES="azurelinuxagent/common/ azurelinuxagent/daemon azurelinuxagent/agent.py azurelinuxagent/ga setup.py makepkg.py" - python: 3.4 env: - >- NOSEOPTS="--verbose --with-timer" SETUPOPTS="" PYLINTOPTS="--rcfile=2.7.pylintrc" - PYLINTFILES="--ignore=osutil,protocol,utils azurelinuxagent/common/ azurelinuxagent/daemon azurelinuxagent/agent.py azurelinuxagent/ga setup.py makepkg.py" + PYLINTFILES="azurelinuxagent/common/ azurelinuxagent/daemon azurelinuxagent/agent.py azurelinuxagent/ga setup.py makepkg.py" - python: 3.6 env: - >- NOSEOPTS="--verbose --with-timer" SETUPOPTS="" PYLINTOPTS="--rcfile=3.6.pylintrc" - PYLINTFILES="--ignore=osutil,protocol,utils azurelinuxagent/common/ azurelinuxagent/daemon azurelinuxagent/agent.py azurelinuxagent/ga setup.py makepkg.py" + PYLINTFILES="azurelinuxagent/common/ azurelinuxagent/daemon azurelinuxagent/agent.py azurelinuxagent/ga setup.py makepkg.py" - python: 3.7 env: - >- NOSEOPTS="--verbose --with-timer" SETUPOPTS="" PYLINTOPTS="--rcfile=3.6.pylintrc" - PYLINTFILES="--ignore=osutil,protocol,utils azurelinuxagent/common/ azurelinuxagent/daemon azurelinuxagent/agent.py azurelinuxagent/ga setup.py makepkg.py" + PYLINTFILES="azurelinuxagent/common/ azurelinuxagent/daemon azurelinuxagent/agent.py azurelinuxagent/ga setup.py makepkg.py" - python: 3.8 env: - >- @@ -50,7 +50,7 @@ matrix: --cover-package=azurelinuxagent --cover-xml" SETUPOPTS="" PYLINTOPTS="--rcfile=3.6.pylintrc" - PYLINTFILES="--ignore=osutil,protocol,utils azurelinuxagent/common/ azurelinuxagent/daemon azurelinuxagent/agent.py azurelinuxagent/ga setup.py makepkg.py" + PYLINTFILES="azurelinuxagent/common/ azurelinuxagent/daemon azurelinuxagent/agent.py azurelinuxagent/ga setup.py makepkg.py" install: - pip install -r requirements.txt