Skip to content

Feature: support checking only the "files changed" or "lines changed" #5

@Raynos

Description

@Raynos

We should add a mode where we can pass a series of files to check.

This would allow us to check only files changed in git. This can be done with jsig $(git ...). But less just add a jsig git-files HEAD..master sub command.

Would also be nice to have a secondary mode that checks only lines changed. This is best done by running the checker on the entire file but filtering the errors by the line numbers based on changed files. This can only be done by a sub command like jsig git-lines HEAD..master

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions