We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00478ec commit e65b2a0Copy full SHA for e65b2a0
.gitignore
@@ -9,4 +9,7 @@ target
9
.DS_Store
10
11
# vscode stuff - we may want to use a more specific pattern later if we'd like to suggest editor configurations
12
-.vscode/
+.vscode/
13
+
14
+# used for spec compliance tooling
15
+java-report.json
.specrc
@@ -0,0 +1,5 @@
1
+[spec]
2
+file_extension=java
3
+multiline_regex=@Specification\((?P<innards>.*?)\)\s*$
4
+number_subregex=number\s*=\s*['"](.*?)['"]
5
+text_subregex=text\s*=\s*['"](.*)['"]
spec_finder.py
0 commit comments