Commit Graph

107 Commits

Author SHA1 Message Date
Paweł Żak dba5597530
chore(linters): Configure `revive:var-naming` and fix its findings (#16817) 2025-04-24 21:23:04 +01:00
Paweł Żak b92f9572a8
chore(deps): Bump golangci-lint from v2.0.2 to v2.1.2 (#16816) 2025-04-22 09:43:45 +02:00
Paweł Żak 080e9a1338
chore(deps): Bump golangci-lint from v1.64.5 to v2.0.2 (#16683) 2025-03-31 13:52:09 +01:00
Paweł Żak 9bf9fb3a4d
chore(linters): Enable `usetesting` linter (#16456)
Co-authored-by: pzak <pzak>
Co-authored-by: Zak <pawel.zak@intel.com>
2025-03-10 02:12:42 -05:00
Paulo Dias cb71790cf7
chore(linters): Enforce import grouping with gci linter (#16526)
Signed-off-by: Paulo Dias <paulodias.gm@gmail.com>
Co-authored-by: Thomas Casteleyn <thomas.casteleyn@me.com>
2025-02-24 19:37:12 -06:00
Sven Rebhan 7d181b7a75
chore: Update go to v1.24.0 (#16549) 2025-02-24 17:46:57 -06:00
Sven Rebhan 1041d331ae
chore(deps): Bump golangci-lint from v1.63.4 to v1.64.5 (#16512) 2025-02-18 09:23:28 -06:00
Paweł Żak 7a92925f00
chore(linters): Enable `unused-receiver` rule for revive (#16406) 2025-01-17 11:12:49 +01:00
Paweł Żak f8e7aeceb0
chore(deps): Bump golangci-lint from v1.62.2 to v1.63.4 (#16360) 2025-01-14 09:36:04 +01:00
Paweł Żak 2ccc79ce27
test(linters): Enable `testifylint`: `contains`, `encoded-compare` and `regexp` (#16262) 2024-12-11 14:32:16 -06:00
Paweł Żak 598079ad64
chore(deps): Bump golangci-lint from v1.62.0 to v1.62.2 (#16250) 2024-12-05 08:31:11 -06:00
Paweł Żak fe4246fab2
chore: Enable `revive:enforce-repeated-arg-type-style` rule (#16182) 2024-11-14 16:14:40 +01:00
Paweł Żak cf2a820cac
chore: Enable `testifylint:go-require` checker (#16158) 2024-11-13 01:32:57 -06:00
Paweł Żak 0d30797c08
chore: Enable `revive:enforce-slice-style` rule (#16173) 2024-11-13 01:24:35 -06:00
Paweł Żak 70e1cbc0be
chore(deps): Bump golangci-lint from v1.61.0 to v1.62.0 (#16172) 2024-11-12 15:49:39 -06:00
Paweł Żak c8a30655cb
chore: Enable `revive:enforce-map-style` rule (#16077) 2024-10-28 13:59:26 +01:00
Paweł Żak 0804ccef4e
chore(linters): Enable `string-format` rule for revive (#15983) 2024-10-09 09:07:46 +02:00
Paweł Żak 3f04c52621
chore(linters): Enable `datarace` rule for revive (#15984) 2024-10-08 11:10:39 +02:00
Paweł Żak 9415d8e7e9
chore(linters): Enable `import-alias-naming` and `redundant-import-alias` rules for revive (#15836) 2024-10-01 13:49:53 -05:00
Paweł Żak 97f3d1fd09
chore(linters): Enable `comment-spacings` rule for revive (#15914) 2024-09-23 11:20:25 -05:00
Paweł Żak 7212b61389
chore(linters): Enable `max-public-structs` rule for revive (#15895) 2024-09-16 16:22:27 -05:00
Paweł Żak 9988154e6c
chore(linters): Enable `get-return` rule for revive (#15841) 2024-09-12 16:01:48 -05:00
Paweł Żak c6f615d756
chore(deps): Bump golangci-lint from v1.60.3 to v1.61.0 (#15856) 2024-09-11 10:19:12 -05:00
Paweł Żak a0755797f5
chore(linters): Enable `time-equal` rule for revive (#15838) 2024-09-05 11:19:17 -05:00
Paweł Żak 0eaa8bdbe6
chore(linters): Enable G405, G406, G506 and G507 rules for gosec (#15835) 2024-09-04 11:10:46 -05:00
Paweł Żak e5c7c5e061
chore(linters): Enable `optimize-operands-order` rule for revive (#15839) 2024-09-04 11:02:50 -05:00
Paweł Żak 88bca70dfd
test(linters): Enable `testifylint`: `formatter`, `suite-broken-parallel` and `suite-subtest-run` (#15797) 2024-09-03 11:40:34 -05:00
Sven Rebhan b2967cb515
chore: Update go to v1.23.0 (#15766)
Co-authored-by: Pawel Zak <pawel.zak.pawel@gmail.com>
2024-08-30 14:23:51 -05:00
Dane Strandboge 19737fcb52
chore(linters): Fix remaining errcheck warnings (#15518)
Co-authored-by: Joshua Powers <powersj@fastmail.com>
2024-07-10 12:51:25 +02:00
Paweł Żak 1422c09294
test(linters): Enable `testifylint`: `blank-import`, `float-compare`, `negative-positive`, `nil-compare` and `useless-assert` (#15566) 2024-07-01 15:00:13 +02:00
Paweł Żak 78cbf533d2
test(linters): Enable copyloopvar (#15532) 2024-06-20 15:43:02 -05:00
Joshua Powers 274cd1b3a8
test(lint): Enable badSyncOnceFunc (#15511) 2024-06-17 16:24:01 +02:00
Joshua Powers f55e02e8fd
test(linters): Enable sloppyLen (#15512) 2024-06-17 16:23:32 +02:00
Joshua Powers 7037429e6a
test(lint): Enable mirror (#15510) 2024-06-17 16:21:30 +02:00
Dane Strandboge 28543bae7c
chore(linters): Fix non-input/output plugin errcheck warnings (#15472) 2024-06-12 07:52:42 -06:00
Paweł Żak 28f6396348
chore(linters): Bump golangci-lint to v1.59.1 (#15478) 2024-06-11 10:38:08 +02:00
Dane Strandboge 612b5ad8b1
chore: Fix errcheck CI warnings outside of plugins directory (#15390) 2024-06-04 10:33:37 +02:00
Paweł Żak 0f87501d0a
chore(linters): Bump golangci-lint to v1.57.2 (#15080) 2024-03-29 12:27:10 -06:00
Joshua Powers 1e85ccc3eb
chore(lint): Add gosec G602 - slice out of bounds (#14927) 2024-03-04 15:10:02 -06:00
Paweł Żak 6506eecc9b
chore(linters): Bump golangci-lint to v1.56.0 (#14742) 2024-02-12 08:47:15 -06:00
Paweł Żak 5810a9e4e5
chore(linters): Enable `appendCombine` checker for gocritic (#14451) 2024-01-03 07:16:26 -07:00
Paweł Żak 3005d99f71
chore(linters): Enable more checkers for gocritic (#14449) 2024-01-02 12:29:04 +01:00
Paweł Żak e48b72f965
chore(linters): Enable rangeValCopy and hugeParams checkers for gocritic (#14454) 2023-12-15 07:36:34 -07:00
Paweł Żak 4ad8f6b814
chore(linters): Enable `preferDecodeRune` and `preferFprint` checkers for gocritic (#14453) 2023-12-15 07:01:25 -07:00
Paweł Żak 3786cf2d72
chore(linters): Enable equalFold, preferStringWriter, and stringXbytes checkers for gocritic. (#14452) 2023-12-15 06:25:10 -07:00
Joshua Powers 5505a2150a
chore: Enable bad regex gocritic linter (#14295) 2023-11-15 12:35:41 -07:00
Paweł Żak 7da8956434
chore(linters): Fix findings found by testifylint for Windows and enable it. (#14238) 2023-11-02 06:40:30 -06:00
Paweł Żak 89a235c620
chore(linters): Enable perfsprint linter and fix all findings. (#14208) 2023-10-30 06:14:16 -06:00
Joshua Powers 1e42262184
feat(cli): Add plugins subcommand to list available and deprecated (#13787) 2023-08-29 16:05:34 +02:00
Paweł Żak 5661341813
chore: Enable filepathJoin checker for gocritic (#13758)
Co-authored-by: Pawel Zak <Pawel Zak>
2023-08-14 23:18:20 +02:00