Skip to content

Commit

Permalink
Add configs for centrally managed spec compliance checking.
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Abrahms <[email protected]>
  • Loading branch information
justinabrahms committed Apr 20, 2024
1 parent 501c5b5 commit 538354c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 111 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/target
/Cargo.lock
specification.json
rs-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=rs
multiline_regex=#\[spec\((?P<innards>.*?)\)\]
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 538354c

Please sign in to comment.