Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Adding information needed for spec-compliance tooling #900

Merged
merged 4 commits into from
May 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Loading