Skip to content

Exclude helpers from Gitlab/BoundedContexts cop

What does this MR do and why?

Related to #463070 (closed)

Exclude helpers from Gitlab/BoundedContexts cop

Helpers, like controllers, presenters, views, etc. are part of the outer layer of the Hexagonal Architecture, the appliaction adapters.

Since we are excluding controllers and views from the cop initially we should also exclude helpers.

Merge request reports