-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(lint): Show human readable output by default (#6625)
We were always showing the linting sarif output from the CLI. Instead default to the human readable version and request the machine readable one from workflows --- - Searched for relevant documentation and updated as needed: no - Breaking change (forces users to change their own code or config): yes - Suggested release notes appear below: yes The CLI now outputs linting results in human readable form by default. To get the machine readable version, use the `--machine` flag - Manual testing; please provide instructions so we can reproduce: Running against aspect-build/bazel-examples#346 with and without `--machine` GitOrigin-RevId: b1915d8dc8b5406c7e09ed499a38792f4af10f42
- Loading branch information
1 parent
c22237e
commit aebb041
Showing
3 changed files
with
28 additions
and
11 deletions.
There are no files selected for viewing
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