We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8a4ab9 commit 283a1c1Copy full SHA for 283a1c1
README.md
@@ -79,6 +79,10 @@ Checkerator(
79
# Templates
80
A template needs to contain a class inheriting the Checkplate class.
81
This class must implement a `validators` attribute, which must be a dictionary where the keys are the column names, and the values the validator.
82
+This class may also implement an optional `empty_ok`, which will manage the default behavior of the validators.
83
+Each validator's attribute `empty_ok` value will override the template.
84
+
85
86
If you plan on generating a file with the template, it might be better to use an `OrderedDict`.
87
See the examples for more information.
88
0 commit comments