Cops

In RuboCop lingo the various checks performed on the code are called cops. Each cop is responsible for detecting one particular offense. RuboCop Minitest has only one Minitest department.

Minitest

Minitest cops check for Minitest best practices and coding conventions. Many of the them are based on the Minitest Style Guide.