feat: Replace sq-keyring-linter with sq >= 0.31.0

This commit is contained in:
David Runge
2023-07-09 15:33:22 +02:00
parent f3d2c171e7
commit 3365f8607c
4 changed files with 6 additions and 7 deletions

View File

@ -118,7 +118,7 @@ verify_parser.add_argument(
)
verify_parser.add_argument("--no-lint-hokey", dest="lint_hokey", action="store_false", help="Do not run hokey lint")
verify_parser.add_argument(
"--no-lint-sq-keyring", dest="lint_sq_keyring", action="store_false", help="Do not run sq-keyring-linter"
"--no-lint-sq-keyring", dest="lint_sq_keyring", action="store_false", help="Do not run sq keyring lint"
)
verify_parser.set_defaults(lint_hokey=True, lint_sq_keyring=True)