📄️ avoid-get-and-list-prefix
Summary: Avoid get and list prefix for rules and functions
📄️ chained-rule-body
Summary: Avoid chaining rule bodies
📄️ comprehension-term-assignment
Summary: Assignment can be moved to comprehension term
📄️ default-over-else
Summary: Prefer default assignment over fallback else
📄️ default-over-not
Summary: Prefer default assignment over negated condition
📄️ detached-metadata
Summary: Detached metadata annotation
📄️ double-negative
Summary: Avoid double negatives
📄️ external-reference
Summary: External reference in function
📄️ file-length
Summary: Max file length exceeded
📄️ function-arg-return
Summary: Return value assigned in function argument
📄️ line-length
Summary: Line too long
📄️ messy-rule
Summary: Messy incremental rule
📄️ no-whitespace-comment
Summary: Comment should start with whitespace
📄️ opa-fmt
Summary: File should be formatted with opa fmt
📄️ pointless-reassignment
Summary: Pointless reassignment of variable
📄️ prefer-snake-case
Summary: Prefer snake_case for names
📄️ prefer-some-in-iteration
Summary: Prefer some .. in for iteration
📄️ rule-length
Summary: Max rule length exceeded
📄️ rule-name-repeats-package
Summary: Avoid repeating package path in rule names
📄️ todo-comment
Summary: Avoid TODO Comments
📄️ trailing-default-rule
Summary: Default rule should be declared first
📄️ unconditional-assignment
Summary: Unconditional assignment in rule body
📄️ unnecessary-some
Summary: Unnecessary use of some
📄️ use-assignment-operator
Summary= over = for assignment
📄️ use-in-operator
Please Note
📄️ yoda-condition
Summary: Yoda condition, it is