generated from bazel-contrib/rules-template
-
-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: produce new human-readable output group (#331)
* feat: produce new rules_lint_output group for human-readable Configure linters to be colored and produce prettier output for this new output. Change lint.sh to present this output rather than the 'report' output which is machine-readable Fixes #324 * fix: lint_test against .txt output * chore: renames * chore: remove color support for now It makes our tests more complex * chore: more rename * chore: missing file * chore: minify delta * chore: fix test * chore: fix tests * chore: no need for conditional, report output always declared * refactor: named utility for cases where we must have a meaningless output for exit code * refactor: code review feedback * refactor: noop lint action understands output struct Allows simplification of short-circuit logic for linting zero inputs * chore: fix noop action * chore: fix broken test * refactor: rename stdout to out since buf uses stderr
- Loading branch information
Showing
16 changed files
with
252 additions
and
169 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.