SELinuxProject/selint

Check for standard naming conventions

Opened this issue · 2 comments

This should check that declared types end in "_t", roles in "_r" and attributes in neither of those. We can't check user declarations because we don't parse that file.

It would be nice if these conventions were configurable.

#95 is a first attempt