mirror of https://github.com/CISOfy/lynis.git
Extended guidelines
This commit is contained in:
parent
a42e8feac2
commit
a9966ac4ba
|
@ -36,3 +36,4 @@ To ensure all pull requests can be easily checked and merged, here are some tips
|
||||||
* Your code should work on other platforms running the bourne shell (/bin/sh), not just BASH.
|
* Your code should work on other platforms running the bourne shell (/bin/sh), not just BASH.
|
||||||
* Properly document your code where needed. Besides the 'what', focus on explaining the 'why'.
|
* Properly document your code where needed. Besides the 'what', focus on explaining the 'why'.
|
||||||
* Check the log information (lynis.log) of your new test or changed code, so that it provides helpful details for others.
|
* Check the log information (lynis.log) of your new test or changed code, so that it provides helpful details for others.
|
||||||
|
* Most variables should be capitalized, with underscore as word separator (e.g. PROCESS_EXISTS=1)
|
Loading…
Reference in New Issue