File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ lowercase with only letters and underscores.
3434for multiline detailed descriptions.
35353 . Be explicit when it comes to variable types. If it is a map or object be diligent with marking that in the type along
3636with its internal types.
37- 4 . All variables should have at least one level of validation. Even if it is a simple variable that is always set in a
38- vars file. Typos and mistakes happen. Validation catches that ahead of time.
37+ 4 . All variables should have at least one level of validation, excluding variables of type ` bool ` . Even if it is a
38+ simple variable that is always set in a vars file. Typos and mistakes happen. Validation catches that ahead of time.
39395 . Create a condition that is as strict to the type and desired state of the variable without it becoming its own
4040project to manage. Strict enough to catch real mistakes, loose enough not to require updating every time the
4141upstream naming rules shift.
You can’t perform that action at this time.
0 commit comments