Skip to content

Commit

Permalink
chore: Adding information needed for spec-compliance tooling (#900)
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Abrahms <[email protected]>
  • Loading branch information
justinabrahms authored May 16, 2024
1 parent 00478ec commit e65b2a0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 112 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@ target
.DS_Store

# vscode stuff - we may want to use a more specific pattern later if we'd like to suggest editor configurations
.vscode/
.vscode/

# used for spec compliance tooling
java-report.json
5 changes: 5 additions & 0 deletions .specrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[spec]
file_extension=java
multiline_regex=@Specification\((?P<innards>.*?)\)\s*$
number_subregex=number\s*=\s*['"](.*?)['"]
text_subregex=text\s*=\s*['"](.*)['"]
111 changes: 0 additions & 111 deletions spec_finder.py

This file was deleted.

0 comments on commit e65b2a0

Please sign in to comment.