Add checks for other shadow and passwd/group files into os-02 and os-03 rules
This adds the checks for the other shadow and passwd files into the existing rules os-02 and os-03.
An alternative solution would be to create additional rule ids, in order to prevent changing the existing ones. However it does make sense to me to handle all similar files in one rule, instead of creating additional one.
It should lessen the maintenance overhead.
If changing existing rules it not possible, then I would be willing to create additional rules for those other files.
Closes: #161
I shorted the control documentation in order to pass the Metrics/BlockLength: Block has too many lines. [36/35] style check.
Not sure how much good such an arbitrary check will do :/
I shorted the control documentation in order to pass the
Metrics/BlockLength: Block has too many lines. [36/35]style check.Not sure how much good such an arbitrary check will do :/
We already had a discussion on this. https://github.com/orgs/dev-sec/teams/contributors/discussions/3 I think I will have some time to update our linting to cookstyle in the coming week. Currently we have a kind of arbitrary/default rubocop style set, that is not entirely optimal.