keith-turner commented on a change in pull request #340: Cleanup Python and Ansible Code URL: https://github.com/apache/fluo-muchos/pull/340#discussion_r409038433
########## File path: .travis.yml ########## @@ -15,4 +15,11 @@ language: python python: - "3.5" -script: nosetests -w lib/ +install: + - pip install flake8 + - pip install ansible-lint +script: + - nosetests -w lib/ + - ansible-lint -x 204,301 Review comment: Why were these two excluded? Not opposed to excluding them, just curious. I found the following list of default rules while looking into this. https://docs.ansible.com/ansible-lint/rules/default_rules.html ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
