implicit-constraint-name (NM008)#
Automatic fix is not available.
What it does#
Checks that constraint is explicitly named and not relying on implicit naming.
Why not?#
Explicitly naming a constraint is a good practice. It improves your code clarity and makes it more readable.
A good naming convention makes your code easier to read and understand.
When should you?#
Never almost.
Use instead:#
Name your constraint according to the set naming convention.