Skip to content

Commit

Permalink
chore: Add configs for centrally managed spec compliance checking. (#73)
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Abrahms <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
justinabrahms and github-actions[bot] authored Oct 2, 2024
1 parent 81d01b6 commit 40431aa
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 40431aa

Please sign in to comment.