Skip to content

Commit

Permalink
Adapt linter checks
Browse files Browse the repository at this point in the history
  • Loading branch information
cpmachado committed Oct 29, 2024
1 parent cf38bea commit 8835257
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CPPLINT.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
set noparent
filter=-build/include_subdir
filter=-build/include_subdir,-build/header_guard
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ clean:
@rm -rf $(BUILD_DIR)

lint:
@cppcheck $(SRC_DIR)
@cpplint --recursive $(SRC_DIR)
@cppcheck --check-level=exhaustive $(SRC_DIR) include
@cpplint --recursive $(SRC_DIR) include

options:
@echo "egc compilation flags"
Expand Down

0 comments on commit 8835257

Please sign in to comment.