Skip to content

[RUN AS-IF-FOSS] Fix RuboCop Lint/DuplicateMethods todos

Peter Leitzen requested to merge pl-todo-rubocop-lint-duplicate-methods into master

What does this MR do?

This MR removes attr_{accessor,writer,reader} entries that are already defined in the same file in another places which violated the 👮 Lint/DuplicateMethods.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • [-] Label as security and @ mention @gitlab-com/gl-security/appsec
  • [-] The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • [-] Security reports checked/validated by a reviewer from the AppSec team
Edited by Peter Leitzen

Merge request reports