Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Add pylint support to travis. #16

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open

Add pylint support to travis. #16

wants to merge 12 commits into from

Commits on Jun 18, 2017

  1. Add pylint support to travis.

    Initial .pylint rc generated via `pylint --generate-rc`. Default
    rcfile updated with:
      - reports turned off (just show the errors/warnings)
      - ignore some generated files (proto, parsetab)
      - 2 spaces instead of 4
      - PascalCaseMethodNames
    
    Fixes: Issue #11
    mbjorge committed Jun 18, 2017
    Configuration menu
    Copy the full SHA
    336caf9 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2017

  1. Configuration menu
    Copy the full SHA
    efa727a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1439db0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59ece2e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3eee92f View commit details
    Browse the repository at this point in the history
  5. Fix lint errors in stl.lib

    mbjorge committed Jun 19, 2017
    Configuration menu
    Copy the full SHA
    4dfea34 View commit details
    Browse the repository at this point in the history
  6. Fix lint erros in stl.message

    mbjorge committed Jun 19, 2017
    Configuration menu
    Copy the full SHA
    b2a0f62 View commit details
    Browse the repository at this point in the history
  7. Fix lint errors in stl.qualifier

    mbjorge committed Jun 19, 2017
    Configuration menu
    Copy the full SHA
    06247ee View commit details
    Browse the repository at this point in the history
  8. Fix lint errors in stl.lexer

    mbjorge committed Jun 19, 2017
    Configuration menu
    Copy the full SHA
    88a0678 View commit details
    Browse the repository at this point in the history
  9. Fix lint errors ins stl.base

    mbjorge committed Jun 19, 2017
    Configuration menu
    Copy the full SHA
    57a121e View commit details
    Browse the repository at this point in the history
  10. Fix lint errors in stl.parser

    mbjorge committed Jun 19, 2017
    Configuration menu
    Copy the full SHA
    a660f99 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    03d3d9d View commit details
    Browse the repository at this point in the history