Skip to content

Commit

Permalink
deactivate clang tidy padding check
Browse files Browse the repository at this point in the history
  • Loading branch information
EliasLF committed Dec 3, 2023
1 parent 14a6398 commit 94180cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/configuration/Configuration.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

#include <set>

// NOLINTNEXTLINE(clang-analyzer-optin.performance.Padding)
struct Configuration {
Configuration() = default;

Expand Down

0 comments on commit 94180cf

Please sign in to comment.