mix gamend.api.lint (gamend_core v1.0.1192)

Copy Markdown View Source

Enforces the naming and serialization conventions mechanically.

mix gamend.api.lint          # report violations, exit 1 if any
mix gamend.api.lint --list   # list the rules and exit

Run from the umbrella root; CI runs it alongside credo. See Gamend.ApiConventions for what each rule checks and why.