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
Traceback (most recent call last):
File "/private/var/tmp/_bazel_ewhauser/7f94d8e82ee14a19aaeabeb129bad8ac/external/aspect_rules_lint~override/lint/ruff.bzl", line 122, column 17, in _ruff_aspect_impl
ruff_fix(ctx, ctx.executable, files_to_lint, ctx.files._config_files, patch, report, exit_code)
File "/private/var/tmp/_bazel_ewhauser/7f94d8e82ee14a19aaeabeb129bad8ac/external/aspect_rules_lint~override/lint/ruff.bzl", line 105, column 58, in ruff_fix
"JS_BINARY__EXIT_CODE_OUTPUT_FILE": exit_code.path,
Error: 'NoneType' value has no field or method 'path'
Use --verbose_failures to see the command lines of failed build steps.
What happened?
Linters fail when using
fail_on_validation
:Version
1.0.0-rc3
How to reproduce
Create a
.bazeliskrc
in./examples
:Add the following to
.bazelrc
:Run:
Any other information?
No response
The text was updated successfully, but these errors were encountered: