You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resolves#325
Resolves several:
1. shadow declarations
2. magic numbers
3. unused declarations
Ignores several cases where:
1. if/else is better than switch
2. magic numbers when styling are more maintainable than variables
3. the TUI package is in too much flux to properly lint yet
There are several lint warnings throughout otdfctl. We should employ stronger golang lint settings and fix any existing lint errors/warnings.
Reference:
https://github.com/opentdf/platform/blob/main/.github/workflows/checks.yaml#L64-L70
Acceptance Criteria
.go
file is properly lintedThe text was updated successfully, but these errors were encountered: