Skip to content

Several modules fail the Google Style Checks. #61

Closed
@tswast

Description

@tswast

In #60 I found that the following modules fail the style checks:

  • managed_vms/async-rest
  • managed_vms/twilio
  • managed_vms/sendgrid
  • managed_vms/sparkjava
  • unittests

It looks like most of these failures were due to using ALL_CAPS for local final variables. These should use lowerCamelCase. Final local variables are considered not constants according to the style guide. https://google.github.io/styleguide/javaguide.html#s5.2.4-constant-names

Metadata

Metadata

Assignees

Labels

🚨This issue needs some love.triage meI really want to be triaged.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions