Skip to content

Tags: aspect-build/rules_lint

Tags

v1.0.3

Toggle v1.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: mirror external releases (#420)

Co-authored-by: alexeagle <[email protected]>

v1.0.2

Toggle v1.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: bump to latest release of Aspect CLI (#403)

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(format): Allow git-attributes to be set to true (#384)

Prior to this change, if one of the git attributes
used to disable format checks was set to a value
of `true`, it was still formatted since the only
valid syntax was setting the attribute without
any value.

After this change the attributes can be used without
a value or with the value of `true`

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was signed with the committer’s verified signature.
alexeagle Alex Eagle
docs: move AW screenie to nested page

v1.0.0-rc10

Toggle v1.0.0-rc10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: handle empty exit_code File when fail_on_violation is set (#375)

v1.0.0-rc9

Toggle v1.0.0-rc9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: don't run eslint with zero files to check (#370)

* chore: introduce a ts_project transpiler macro

maybe reproduces a bug

* fix: don't run eslint with zero files to check

Fixes #368

* chore: also add swc to WORKSPACE

v1.0.0-rc8

Toggle v1.0.0-rc8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): bump bazel-lib minimum (#360)

We used a single_version_override locally which makes it hard to repro what users see.
Note that the example was already on 2.7.7, this just lines them up.

Fixes #351

v1.0.0-rc7

Toggle v1.0.0-rc7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(eslint): print relative paths in stylish output (#337)

* fix(eslint): print relative paths in stylish output

* refactor: safer logic pointed out in code review

v1.0.0-rc6

Toggle v1.0.0-rc6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: color the human-readable outputs (#333)

* feat: color the human-readable report

add a flag to disable color in cases where the output is presented in a terminal that can't render it

Fixes #332

* chore: fix test

* chore: fix PMD test

* chore: use shorter flag syntax

* chore: code review feedback

v1.0.0-rc5

Toggle v1.0.0-rc5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: update buildifier pre-commit (#311)

Pick up windows fix in 6.3.3.1