Skip to content

Commit

Permalink
fix linter instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
rrhan0 committed Oct 13, 2024
1 parent 643b3e8 commit f06aff2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ Use ``-DCMAKE_BUILD_TYPE=Release`` for production.
## Linter and Formatter
```
pip install cpplint
clang-format -i src/*.cpp src/*.h
cpplint src/*.cpp src/*.h
clang-format -i src/*.cpp src/*.hpp
cpplint --filter=-build/include_subdir src/*.cpp src/*.hpp
```

## Static Analysis
Expand Down

0 comments on commit f06aff2

Please sign in to comment.