Skip to content

Enforce lowerCamelCase naming convention #9

@adityatrivedi

Description

@adityatrivedi

The following constructs should be named using the lowerCamelCase format:

  • method and selector names
func someMethod() {
    // method definition goes here
}
  • variable names
var someVariable = someValue

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions