Skip to content

Commit

Permalink
Merge pull request #937 from sorairolake/add-cargo-lockfile
Browse files Browse the repository at this point in the history
Add `Cargo.lock` support
  • Loading branch information
carmenbianca authored Apr 8, 2024
2 parents 535daa6 + d482b01 commit dc5964a
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 @@ -47,6 +47,7 @@ CLI command and its behaviour. There are no guarantees of stability for the
- CUDA-C++ (`.cu`, `.cuh`) (#938)
- Various .NET files (`.csproj`, `.fsproj`, `.fsx`, `.props`, `.sln`,
`.vbproj`) (#940)
- Cargo (`Cargo.lock`) (#937)
- 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 @@ -852,6 +852,7 @@ class XQueryCommentStyle(CommentStyle):
".yarnrc": PythonCommentStyle,
"ansible.cfg": PythonCommentStyle,
"archive.sctxar": UncommentableCommentStyle, # SuperCollider global archive
"Cargo.lock": UncommentableCommentStyle,
"CMakeLists.txt": PythonCommentStyle,
"CODEOWNERS": PythonCommentStyle,
"configure.ac": M4CommentStyle,
Expand Down

0 comments on commit dc5964a

Please sign in to comment.