netbird/management/server/jwtclaims
Yury Gargay 9e8725618e
Extend linter rules (#1300)
- dupword checks for duplicate words in the source code
- durationcheck checks for two durations multiplied together
- forbidigo forbids identifiers
- mirror reports wrong mirror patterns of bytes/strings usage
- misspell finds commonly misspelled English words in comments
- predeclared finds code that shadows one of Go's predeclared identifiers
- thelper detects Go test helpers without t.Helper() call and checks the consistency of test helpers
2023-11-10 16:33:13 +01:00
..
claims.go Adding dashboard login activity (#1092) 2023-08-18 19:23:11 +02:00
extractor_test.go Extend linter rules (#1300) 2023-11-10 16:33:13 +01:00
extractor.go Adding dashboard login activity (#1092) 2023-08-18 19:23:11 +02:00
jwtValidator.go Update GitHub Actions and Enhance golangci-lint (#1075) 2023-09-04 17:03:44 +02:00