Skip to content

Commit

Permalink
chore: Support for determining spec support for the repo (#270)
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Abrahms <justin@abrah.ms>
  • Loading branch information
justinabrahms committed May 16, 2024
1 parent ff9df59 commit 67a1a0a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -352,3 +352,5 @@ ASALocalRun/
# integration tests
test/OpenFeature.E2ETests/Features/evaluation.feature
test/OpenFeature.E2ETests/Features/evaluation.feature.cs
cs-report.json
specification.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=cs
multiline_regex=\[Specification\((?P<innards>.*?)\)\]
number_subregex=([\d.]+)
text_subregex=,\s+"(.*)"

0 comments on commit 67a1a0a

Please sign in to comment.