Skip to content

Commit e65b2a0

Browse files
chore: Adding information needed for spec-compliance tooling (#900)
Signed-off-by: Justin Abrahms <[email protected]>
1 parent 00478ec commit e65b2a0

File tree

3 files changed

+9
-112
lines changed

3 files changed

+9
-112
lines changed

Diff for: .gitignore

+4-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,7 @@ target
99
.DS_Store
1010

1111
# vscode stuff - we may want to use a more specific pattern later if we'd like to suggest editor configurations
12-
.vscode/
12+
.vscode/
13+
14+
# used for spec compliance tooling
15+
java-report.json

Diff for: .specrc

+5
Original file line numberDiff line numberDiff line change
@@ -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*['"](.*)['"]

Diff for: spec_finder.py

-111
This file was deleted.

0 commit comments

Comments
 (0)