We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
line-length
Hi!
In the metadata of our Rego files, long links are triggering the line-length rule:
Rule: line-length Description: Line too long Category: style Location: checks/cloud/aws/msk/enable_at_rest_encryption.rego:26:1 Text: # - https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/msk_cluster#encryption_info-arg... Documentation: https://docs.styra.com/regal/rules/style/line-length
I don't want to disable this rule, what are some workarounds? Should rules ignore policy metadata?
The text was updated successfully, but these errors were encountered:
Hi there! The non-breakable-word-threshold option should help you with that. Let me know if that doesn't work.
non-breakable-word-threshold
https://docs.styra.com/regal/rules/style/line-length#configuration-options
Sorry, something went wrong.
Did that help? :)
No branches or pull requests
Hi!
In the metadata of our Rego files, long links are triggering the line-length rule:
Rule: line-length Description: Line too long Category: style Location: checks/cloud/aws/msk/enable_at_rest_encryption.rego:26:1 Text: # - https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/msk_cluster#encryption_info-arg... Documentation: https://docs.styra.com/regal/rules/style/line-length
I don't want to disable this rule, what are some workarounds? Should rules ignore policy metadata?
The text was updated successfully, but these errors were encountered: