Commit Graph

22 Commits

Author SHA1 Message Date
skypjack
b2d4832842 clang-tidy: typo 2025-10-07 12:37:29 +02:00
skypjack
4c19d2844e clang-tidy: refine config to match my tastes too :) 2025-10-07 11:46:27 +02:00
skypjack
8c3ca20d19 clang-tidy: I do actually prefer else-after-return style 2025-10-07 11:21:45 +02:00
Michele Caini
20b99b6b8b clang-tidy: first attempt to disable EnumCastOutOfRange warnings 2025-01-23 11:29:52 +01:00
Michele Caini
5e687893de clang-tidy: feel free to ignore meta_traits 2025-01-23 11:29:21 +01:00
Michele Caini
7607c0dc4c clang-tidy: refine config for cppcoreguidelines-rvalue-reference-param-not-moved 2025-01-21 11:03:56 +01:00
Michele Caini
d8a98fe5f0 linter: check options for readability-magic-numbers 2024-10-04 12:10:16 +02:00
Michele Caini
a70177a725 linter: try to make readability-function-cognitive-complexity ignore gtest 2024-10-04 11:46:27 +02:00
Michele Caini
5f18f90571 linter: set MinimumVariableNameLength for readability-identifier-length 2024-10-04 11:35:00 +02:00
Michele Caini
f50750bafd linter: set MinimumVariableNameLength for readability-identifier-length 2024-10-04 10:59:28 +02:00
Michele Caini
fc10b39dc4 linter: disable a couple of checks that I don't like much 2024-10-04 10:48:59 +02:00
Michele Caini
41f1b4e97b build: fixed typo in the clang-tidy file - close #1178
Related Work Items: #11, #1178
2024-10-04 10:21:08 +02:00
Michele Caini
e197a04412 linter: exclude cppcoreguidelines-pro-bounds-constant-array-index (too annoying) 2024-06-10 12:46:17 +02:00
Michele Caini
7ce821f92e linter: I prefer my previous approach :) to coding style 2024-06-07 14:41:09 +02:00
Michele Caini
c4552892aa linter: update config 2024-05-30 08:25:33 +02:00
Michele Caini
abdf06625b clang-tidy: refine config (sometimes I know what I'm doing) 2024-05-28 09:33:01 +02:00
Michele Caini
70c4b1f4c4 clang-tidy: suppress a good amount of wrong warnings 2024-03-27 14:37:29 +01:00
Michele Caini
61f4ad8837 linter: minor changes 2024-02-01 14:31:36 +01:00
Michele Caini
51932b4459 linter: cleanup clang-tidy config 2024-01-10 17:35:51 +01:00
Michele Caini
f920a84ac0 test: suppress non-const global variable warnings by the linter 2024-01-09 16:26:34 +01:00
Michele Caini
d5518c63e9 test: avoid non-private member variables in classes (linter) 2023-12-22 16:34:24 +01:00
Michele Caini
6e31855717 build: work-in-progress clang-tidy config 2023-12-22 14:30:46 +01:00