You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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`
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
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
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