Skip to content

Travis-CI linting set-up means that commits to files with pre-existing issues fails #360

Closed
@martin-cs

Description

@martin-cs

If you touch files in master that have linting issues then travis-ci will fail even if you haven't introduced these faults. Possible solutions / work-arounds:

  1. Move linting to the end of the tests, not the start (my preferred solution).
  2. Make everyone submit linting clean up patches for all files before they edit them (not recommended).
  3. Ignore the lack of testing in this case (the current solution).
  4. Make linting failures warnings not errors for CI.

Thoughts?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions