You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UnaliasedModuleUse (EXS3009) — flags when a fully-qualified module name is used 3+ times within a single function body without an alias. Configurable min_count. Unlike Credo's AliasUsage, no stdlib exclusions — catches the dense FQN repetition that LLMs produce.
Fixes
Fixed all dialyzer warnings by replacing ~r// regex literals with string operations or Regex.compile!.
Added missing alias declarations in existing checks.
Contributors
feat (ObviousComment): Support additional keyword triggers by @s3cur3 in #1