📄️ avoid-get-and-list-prefix
Summary: Avoid get and list prefix for rules and functions
📄️ chained-rule-body
Summary: Avoid chaining rule bodies
📄️ detached-metadata
Summary: Detached metadata annotation
📄️ external-reference
Summary: Reference to input, data or rule ref in function body
📄️ file-length
Summary: Max file length exceeded
📄️ function-arg-return
Summary: Return value assigned in function argument
📄️ line-length
Summary: Line too long
📄️ no-whitespace-comment
Summary: Comment should start with whitespace
📄️ opa-fmt
Summary: File should be formatted with opa fmt
📄️ prefer-snake-case
Summary: Prefer snake_case for names
📄️ prefer-some-in-iteration
Summary: Prefer some .. in for iteration
📄️ todo-comment
Summary: Avoid TODO Comments
📄️ unconditional-assignment
Summary: Unconditional assignment in rule body
📄️ use-assignment-operator
Summary= over = for assignment
📄️ use-in-operator
Please Note!