woodpecker/server/plugins/encryption
Robert Kaussow 7756c60a33
Enable golangci linter stylecheck (#3167)
This PR only fixes error string formatting, log message strings are
still mixed upper/lowercase (see
https://github.com/woodpecker-ci/woodpecker/pull/3161#issuecomment-1885140649)
and I'm not aware of a linter to enforce it.
2024-01-10 22:56:42 +01:00
..
wrapper/store Update go module path for major version 2 (#2905) 2023-12-08 08:15:08 +01:00
aes.go Update go module path for major version 2 (#2905) 2023-12-08 08:15:08 +01:00
aes_builder.go Update go module path for major version 2 (#2905) 2023-12-08 08:15:08 +01:00
aes_encryption.go Update go module path for major version 2 (#2905) 2023-12-08 08:15:08 +01:00
aes_state.go Secrets encryption in database (#1475) 2023-01-12 20:59:07 +01:00
aes_test.go Add some tests (#2652) 2023-10-28 13:37:54 +02:00
constants.go Enable golangci linter stylecheck (#3167) 2024-01-10 22:56:42 +01:00
encryption.go Update go module path for major version 2 (#2905) 2023-12-08 08:15:08 +01:00
encryption_builder.go Enable gocritic and don't ignore globally (#3159) 2024-01-10 15:34:44 +01:00
no_encryption.go Update go module path for major version 2 (#2905) 2023-12-08 08:15:08 +01:00
tink.go Update go module path for major version 2 (#2905) 2023-12-08 08:15:08 +01:00
tink_builder.go Update go module path for major version 2 (#2905) 2023-12-08 08:15:08 +01:00
tink_keyset.go Clean up logging (#3161) 2024-01-10 20:57:12 +01:00
tink_keyset_watcher.go Clean up logging (#3161) 2024-01-10 20:57:12 +01:00
tink_state.go Use modern error handling and enforce it via lint (#1327) 2023-02-02 00:08:02 +01:00