Anti-patterns
Anti-patterns configuration is described here.
Available anti-patterns:
Long blocks of code are difficult to reuse and understand because they are usually responsible for more than one thing.
Long parameter lists are difficult to understand and use.