Skip to content

Commit 40431aa

Browse files
chore: Add configs for centrally managed spec compliance checking. (#73)
Signed-off-by: Justin Abrahms <justin@abrah.ms> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 81d01b6 commit 40431aa

File tree

3 files changed

+6
-111
lines changed

3 files changed

+6
-111
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/target
22
/Cargo.lock
33
specification.json
4+
rs-report.json

.specrc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[spec]
2+
file_extension=rs
3+
multiline_regex=#\[spec\((?P<innards>.*?)\)\]
4+
number_subregex=number\s*=\s*"(.*?)"
5+
text_subregex=text\s*=\s*["'](.*)["']

spec_finder.py

Lines changed: 0 additions & 111 deletions
This file was deleted.

0 commit comments

Comments
 (0)