Skip to content

Replace snake case with camel case

Savas Vedova requested to merge 219418-fix-case into master

What does this MR do?

Replaces all snake_case usages with camelCase in order to increase consistency throughout the codebase.

Screenshots (strongly suggested)

before after
image image
image image
Screenshot_2020-11-18_at_00.27.37 image

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

Related to #219418 (closed)

Edited by Savas Vedova

Merge request reports