-
Notifications
You must be signed in to change notification settings - Fork 13
Add score_linter module #57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Change-Id: I68d7af17fe8532bc9fdb56e8ab52cc3e8a75c0fe
To the reviewers, as an Info. This should be merged before the |
|
||
package(default_visibility = ["//visibility:public"]) | ||
|
||
exports_files([ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's currently quite a mess in the directory, maybe for the future these could have a prefix or a subdirectory?
#!/usr/bin/env bash | ||
set -euo pipefail | ||
|
||
bazel run //src:ide_support |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this required?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, it'S for basedpyright? So basedpyright cannot run without ide_support?
bazel run @score_linter//:ruff check | ||
|
||
echo "Running basedpyright..." | ||
.venv/bin/python3 -m basedpyright |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why is this one not bazel run? Do both forms work? Add both to this example?!
Signed-off-by: Alexander Lanin <alex@lanin.de>
originates from CR #132316