Skip to content

Commit

Permalink
Remove thread comments
Browse files Browse the repository at this point in the history
  • Loading branch information
externl committed Mar 8, 2024
1 parent 587cd44 commit 36c2581
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cpplint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,11 @@ jobs:
uses: actions/checkout@v4

- uses: cpp-linter/cpp-linter-action@v2
id: linter
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
style: "file" # Use .clang-format config file
tidy-checks: "-*" # disable clang-tidy checks.
# tidy-checks: "" # Use .clang-tidy config file
# only 'update' a single comment in a pull request's thread.
thread-comments: ${{ github.event_name == 'pull_request' && 'update' }}
# thread-comments: ${{ github.event_name == 'pull_request' && 'update' }}

0 comments on commit 36c2581

Please sign in to comment.