Skip to content

Commit

Permalink
Merge pull request #552 from fsfe/feature/comments-codeowners
Browse files Browse the repository at this point in the history
CODEOWNERS file comment support
  • Loading branch information
nicorikken authored Jul 5, 2022
2 parents 9211514 + ebde352 commit fceb67f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/reuse/_comment.py
Original file line number Diff line number Diff line change
@@ -663,6 +663,7 @@ class VimCommentStyle(CommentStyle):
".yarnrc": PythonCommentStyle,
"archive.sctxar": UncommentableCommentStyle, # SuperCollider global archive
"CMakeLists.txt": PythonCommentStyle,
"CODEOWNERS": PythonCommentStyle,
"configure.ac": M4CommentStyle,
"Containerfile": PythonCommentStyle,
"Dockerfile": PythonCommentStyle,

0 comments on commit fceb67f

Please sign in to comment.