Skip to content

Commit

Permalink
Rm dir
Browse files Browse the repository at this point in the history
  • Loading branch information
haraschax committed Jun 7, 2024
1 parent 30eb367 commit b280b1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repos:
entry: cppcheck
language: system
types: [c++]
exclude: '^(catch2|msgq/msgq_tests.cc|msgq/test_runner.cc)'
exclude: '^(msgq/msgq_tests.cc|msgq/test_runner.cc)'
args:
- --error-exitcode=1
- --inline-suppr
Expand All @@ -33,7 +33,6 @@ repos:
rev: 1.6.1
hooks:
- id: cpplint
exclude: '^(catch2)'
args:
- --quiet
- --counting=detailed
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,4 @@ ENV PYTHONPATH=/project
COPY . .
RUN ls && rm -rf .git && \
scons -c && scons -j$(nproc)
RUN rm -rf catch2

0 comments on commit b280b1b

Please sign in to comment.