Skip to content

Exclude base resolver at the cop level

Alex Kalderimis requested to merge ajk-rubocop-resolver-type-base-resolver into master

What does this MR do?

This removes the need to manually exclude BaseResolver from the ResolverType spec.

The base resolver does not need a type, since it is an abstract class.

See: #281697 (closed)

As a developer-facing change, no changelog is necessary.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Alex Kalderimis

Merge request reports