Laurence Jones
|
bcce4afe5e
|
enhance: Flags now superceed all log levels (#3496)
* enhance: Flags now superceed all log levels
* enhance: remove global var for local scope
* test
---------
Co-authored-by: marco <marco@crowdsec.net>
|
2025-03-07 13:42:08 +00:00 |
|
mmetc
|
fe931af5ca
|
lint: gocritic/captLocal (don't capitalize local variables) (#3402)
* lint: gocritic/captLocal (don't capitalize local variables)
* lint (whitespace)
|
2025-01-16 14:03:53 +01:00 |
|
mmetc
|
7a1ad8376a
|
lint: style, autofix (#3354)
|
2024-12-05 10:40:48 +01:00 |
|
mmetc
|
206211ce53
|
lint: import statement order (#3085)
* lint: import statement order
* lint
|
2024-06-26 12:16:17 +02:00 |
|
mmetc
|
0e93f98cad
|
lint: github.com/pkg/errors -> errors (#3091)
|
2024-06-21 14:31:45 +02:00 |
|
mmetc
|
659774fd3d
|
refactor: prefer logrus.WithField over WithFields with a single param (#3087)
|
2024-06-20 10:38:23 +02:00 |
|
mmetc
|
ae58b158a5
|
enable linter: revive (var-declaration) (#3069)
|
2024-06-11 09:26:50 +02:00 |
|
mmetc
|
72b6da9925
|
enable linter: revive (early-return) (#3051)
* enable linter: revive (early-return)
* lint
|
2024-06-07 16:53:23 +02:00 |
|
mmetc
|
08694adf1b
|
lint (errorlint) (#2644)
|
2023-12-18 09:35:28 +01:00 |
|
Thibault "bui" Koechlin
|
a4dc5053d2
|
fix null deref in cti calls if key is empty (#2540)
* fix null deref in cti calls if key is empty
* avoid hardcoded error check
|
2023-10-17 09:34:53 +01:00 |
|
Laurence Jones
|
28238cb01f
|
reverse nil statement instead of else (#2530)
|
2023-10-09 11:36:05 +01:00 |
|
Laurence Jones
|
0dd22e8b93
|
convert ifelseif to switch (#2529)
|
2023-10-09 11:23:19 +01:00 |
|
blotus
|
1095f6c875
|
use expr.Function for custom functions instead of passing them in the env (#2133)
|
2023-03-28 10:49:01 +02:00 |
|
Thibault "bui" Koechlin
|
4f29ce2ee7
|
CTI API Helpers in expr (#1851)
* Add CTI API helpers in expr
* Allow profiles to have an `on_error` option to profiles
Co-authored-by: Sebastien Blot <sebastien@crowdsec.net>
|
2023-01-19 08:45:50 +01:00 |
|