Skip to content

Commit d9c9405

Browse files
committed
Change from Clojure comment form to raw comment to avoid confusing the Cloverage plugin
1 parent 0deb1ed commit d9c9405

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/code_maat/parsers/git2.clj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
;;; :rev -> the hash used by git to identify the commit
2929

3030
;;; Sample input where each commit is separated by a whitespace:
31-
(comment
32-
--586b4eb--2015-06-15--Adam Tornhill
33-
35 0 src/code_maat/mining/vcs.clj)
31+
;;;
32+
;;; --586b4eb--2015-06-15--Adam Tornhill
33+
;;: 35 0 src/code_maat/mining/vcs.clj
3434

3535
(def ^:const git-grammar
3636
"Here's the instaparse grammar for a git entry.

0 commit comments

Comments
 (0)