netbird/client/android
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
..
client.go Feature/search domain for android (#1256) 2023-11-02 19:04:33 +01:00
dns_list_test.go Feature/permanent dns (#967) 2023-07-14 21:56:22 +02:00
dns_list.go Feature/permanent dns (#967) 2023-07-14 21:56:22 +02:00
gomobile.go Import go mobile bind at the android package level (#935) 2023-06-05 17:28:13 +02:00
login.go Extend linter rules (#1300) 2023-11-10 16:33:13 +01:00
peer_notifier.go Remove unused field from peer state (#939) 2023-06-07 11:32:49 +02:00
preferences_test.go fix some typo spotted with codespell (#1278) 2023-11-01 17:11:16 +01:00
preferences.go Mobile (#735) 2023-03-17 10:37:27 +01:00