Skip to content

Commit

Permalink
Disable the build/header_guard check
Browse files Browse the repository at this point in the history
  • Loading branch information
ruck314 committed Jun 28, 2024
1 parent d09afc6 commit 5f0c5dd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CPPLINT.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,8 @@ filter=-build/c++11
# Disable the build/include_order check
# Required for #include "rogue/Directives.h" to be at start
filter=-build/include_order

# Disable the build/header_guard check
# Note changing header guard has wrong style
# E.g. from __ROGUE_UTILITIES_FILEIO_MODULE_H__ to INCLUDE_ROGUE_UTILITIES_MODULE_H_
filter=-build/header_guard

0 comments on commit 5f0c5dd

Please sign in to comment.