mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
When creating constants with a custom type, each definition should include the type definition. If only the first constant defines this, it will have a different type to the other constants. This change fixes occurances of this and enables SA9004 within CI linting to catch future problems while the change is in review.