Skip to content

Commit

Permalink
Merge pull request #961 from sorairolake/clang-tidy-support
Browse files Browse the repository at this point in the history
Add `.clang-tidy` support
  • Loading branch information
carmenbianca authored Apr 27, 2024
2 parents 3918582 + 3cbca06 commit ca360e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ CLI command and its behaviour. There are no guarantees of stability for the
- Various .NET files (`.csproj`, `.fsproj`, `.fsx`, `.props`, `.sln`,
`.vbproj`) (#940)
- Cargo (`Cargo.lock`) (#937)
- Clang-Tidy (`.clang-tidy`) (#961)
- Added comment styles:
- `man` for UNIX Man pages (`.man`) (#954)

Expand Down
1 change: 1 addition & 0 deletions src/reuse/comment.py
Original file line number Diff line number Diff line change
Expand Up @@ -831,6 +831,7 @@ class XQueryCommentStyle(CommentStyle):
".bazelrc": PythonCommentStyle,
".browserslist": PythonCommentStyle,
".clang-format": PythonCommentStyle,
".clang-tidy": PythonCommentStyle,
".coveragerc": PythonCommentStyle,
".dockerignore": PythonCommentStyle,
".editorconfig": PythonCommentStyle,
Expand Down

0 comments on commit ca360e3

Please sign in to comment.