Code style issues
- Comment has no leading space
.
- Comment of exported element starts with the incorrect name
.
- Convert string literals
.
- Error string should not be capitalized or end with punctuation
.
- Exported element should have a comment
.
- Exported element should have its own declaration
.
- Name starts with a package name
.
- Receiver has a generic name
.
- Redundant 'true' in for loop condition
.
- Struct initialization without field names
.
- Type parameter is declared in lowercase
.
- Unit-specific suffix for 'time.Duration'
.
- Unsorted imports
.
- Usage of Snake_Case
.
Last modified: 01 August 2024