-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into fix/convert-json-to-markdown-scorecard-verbose
- Loading branch information
Showing
15 changed files
with
272 additions
and
239 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
rules: | ||
idiomatic: | ||
no-defined-entrypoint: | ||
# OK to ignore for libraries | ||
level: ignore | ||
style: | ||
file-length: | ||
# Override default of 500 as one file has 515 lines | ||
max-file-length: 550 | ||
line-length: | ||
# Violations here mostly from metadata annotation values. | ||
# These could be fixed by using |> and newlines, but we'll | ||
# ignore this for now. | ||
level: ignore | ||
opa-fmt: | ||
# Would mostly changes spaces -> tabs. Safe to ignore. | ||
level: ignore | ||
prefer-snake-case: | ||
# Only a few violations here, so this would be easy to fix. | ||
level: ignore | ||
prefer-some-in-iteration: | ||
# This is mostly a style preference, so safe to ignore. | ||
level: ignore |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.