= RuboCop Committee Committee-specific analysis for your projects, as an extension to https://github.com/rubocop/rubocop[RuboCop]. RuboCop Committee follows the https://docs.rubocop.org/rubocop/versioning.html[RuboCop versioning guide]. In a nutshell, between major versions new cops are introduced in a special `pending` status. That means that they won’t be run unless explicitly told otherwise. RuboCop will warn on start that certain cops are neither explicitly enabled and disabled. On a major version release, all `pending` cops are enabled. == Project Goals * Enforce the style of the test code to be best practice when using committee * Simplify the process of adopting new Committee functionality