From 9a9a99556399958c9026f720b042db8d1524d5db Mon Sep 17 00:00:00 2001 From: Shun Sakai Date: Tue, 26 Mar 2024 13:05:27 +0900 Subject: [PATCH] Add `Cargo.lock` support --- src/reuse/comment.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/reuse/comment.py b/src/reuse/comment.py index aa6b63f3e..9a19ef61f 100644 --- a/src/reuse/comment.py +++ b/src/reuse/comment.py @@ -831,6 +831,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,