CredoContrib - A happy home for custom credo checks

Hey everyone!

I wanted to let everyone know about credo_contrib, a little package I put together with some additional checks for the excellent credo static analysis tool.

Most of the checks in there now are implementations of rules from Christopher Adams’ community style guide (e.g., enforcing module directive order, disallowing public/private function name conflicts), but I’d love contributions with any custom checks that might be generally useful but don’t warrant their own package.

I’ve been using it on a few different projects and it’s been pretty useful so far. Let me know what you think! :slight_smile:

8 Likes