Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test python module import order using flake8 #63

Merged
merged 20 commits into from
Feb 1, 2017
Merged

Commits on Jan 4, 2017

  1. Add flake8 linter

    dhood committed Jan 4, 2017
    Configuration menu
    Copy the full SHA
    c9e1d5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f8106a View commit details
    Browse the repository at this point in the history
  3. Debugging prints

    dhood committed Jan 4, 2017
    Configuration menu
    Copy the full SHA
    c45cefc View commit details
    Browse the repository at this point in the history
  4. Reinstate import order rule

    dhood committed Jan 4, 2017
    Configuration menu
    Copy the full SHA
    37a969d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b900d4f View commit details
    Browse the repository at this point in the history
  6. Fixup

    dhood committed Jan 4, 2017
    Configuration menu
    Copy the full SHA
    91cd4c7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    231ff15 View commit details
    Browse the repository at this point in the history
  8. use flake8 v3 (#1)

    dirk-thomas authored and dhood committed Jan 4, 2017
    Configuration menu
    Copy the full SHA
    50e650f View commit details
    Browse the repository at this point in the history
  9. Reorder package.xml

    dhood committed Jan 4, 2017
    Configuration menu
    Copy the full SHA
    495d29e View commit details
    Browse the repository at this point in the history
  10. Get the filenames from the file checkers because input_file isn't cal…

    …led by flake8 anymore
    dhood committed Jan 4, 2017
    Configuration menu
    Copy the full SHA
    3d0f3c9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    521bf78 View commit details
    Browse the repository at this point in the history
  12. Get flake8 to use the config file

    The current implementation of get_style_guide does not process the config file correctly.
    dhood committed Jan 4, 2017
    Configuration menu
    Copy the full SHA
    256264a View commit details
    Browse the repository at this point in the history
  13. Error when flake8 v2 found

    dhood committed Jan 4, 2017
    Configuration menu
    Copy the full SHA
    81e6f10 View commit details
    Browse the repository at this point in the history
  14. Print errors like pep8

    dhood committed Jan 4, 2017
    Configuration menu
    Copy the full SHA
    2b24b18 View commit details
    Browse the repository at this point in the history
  15. remove __future__ imports

    dhood committed Jan 4, 2017
    Configuration menu
    Copy the full SHA
    c929674 View commit details
    Browse the repository at this point in the history
  16. add schema to manifest files

    dhood committed Jan 4, 2017
    Configuration menu
    Copy the full SHA
    c8fce1b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    bf07f5b View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2017

  1. Output checked files

    otherwise it's not present in xunit files for tests run directly with nose (not ament_cmake_flake8)
    dhood committed Jan 5, 2017
    Configuration menu
    Copy the full SHA
    3b888fc View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2017

  1. Configuration menu
    Copy the full SHA
    036f3c2 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2017

  1. Flake8 replaces pep8+pyflakes

    dhood committed Jan 31, 2017
    Configuration menu
    Copy the full SHA
    be9e083 View commit details
    Browse the repository at this point in the history