Skip to content

Commit

Permalink
fix: format lint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle committed May 10, 2024
1 parent 011adc6 commit ee3f7df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions example/lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ filter='.namedSetOfFiles | values | .files[] | select(.name | endswith($ext)) |
# NB: perhaps --remote_download_toplevel is needed as well with remote execution?
args=(
"--aspects=$(echo //tools/lint:linters.bzl%{buf,eslint,flake8,ktlint,pmd,ruff,shellcheck,vale} | tr ' ' ',')"
# Allow lints of code that fails some validation check
# See https://github.com/aspect-build/rules_ts/pull/574#issuecomment-2073632879
"--norun_validations"
# Allow lints of code that fails some validation action
# See https://github.com/aspect-build/rules_ts/pull/574#issuecomment-2073632879
"--norun_validations"
"--build_event_json_file=$buildevents"
"--output_groups=rules_lint_report"
"--remote_download_regex='.*aspect_rules_lint.*'"
Expand Down

0 comments on commit ee3f7df

Please sign in to comment.