Skip to content

Commit

Permalink
enable debug
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Mar 5, 2024
1 parent 1591291 commit ef02992
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/cpp-lint-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: >
cpp-linter
-s=file
-v=9
-i=build
-p=build
-V=${{ runner.temp }}/llvm
--style=file
--verbosity=debug
--ignore=build
--database=build
--version=${{ runner.temp }}/llvm
--files-changed-only=true
--lines-changed-only=false
--extra-arg="-std=c++14 -Wall"
Expand Down

0 comments on commit ef02992

Please sign in to comment.