wrongly-typed-required-column (TP015)#
Automatic fix is available.
What it does#
Checks for wrongly typed required columns.
Why not?#
If a column has been specified as required and you have typed it wrongly, you are probably doing something wrong.
When should you?#
Never.
Use instead:#
Right data type for the required column.
Configuration#
required-columns
: List of required columns along with their data types.