📄️ ambiguous-scope
Summary: Ambiguous metadata scope
📄️ boolean-assignment
Summary: Prefer if over boolean assignment
📄️ custom-has-key-construct
Summary: Custom function may be replaced by in and object.keys
📄️ custom-in-construct
Summary: Custom function may be replaced by in keyword
📄️ directory-package-mismatch
Summary: Directory structure should mirror package
📄️ equals-pattern-matching
Summary: Prefer pattern matching in function arguments
📄️ no-defined-entrypoint
Summary: Missing entrypoint annotation
📄️ non-raw-regex-pattern
Summary: Use raw strings for regex patterns
📄️ prefer-set-or-object-rule
Summary: Prefer set or object rule over comprehension
📄️ use-contains
Summary: Use the contains keyword
📄️ use-if
Summary: Use the if keyword
📄️ use-in-operator
Summary: Use in to check for membership
📄️ use-some-for-output-vars
Summary: Use some to declare output variables
📄️ use-strings-count
Summary: Use strings.count where possible