You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Don't send code without check with puppet parser validate
4
-
* Don't send code without check with puppet lint
5
-
* Don't send yaml file without check the file
3
+
## Code
4
+
5
+
* Don't submit code without check manifests with puppet parser validate
6
+
* Don't submit code without check manifests with puppet lint
7
+
* Don't submit yaml files without the proper validation
6
8
* Put vars always on top of the manifest file
7
-
* Hiera lookups should be used only in profile class
9
+
* Hiera lookups should be used only in profile classes
10
+
11
+
## Commits
12
+
13
+
* Make commits of logical units.
14
+
* Check for unnecessary whitespace with "git diff --check" before committing.
15
+
* Commit using Unix line endings (check the settings around "crlf" in git-config(1)).
16
+
* The first line of the commit message should be a short description (50 characters is the soft limit, excluding ticket number(s)), and should skip the full stop.
0 commit comments