Skip to content

Commit

Permalink
Support for determining spec support for the repo
Browse files Browse the repository at this point in the history
  • Loading branch information
justinabrahms committed May 9, 2024
1 parent ff9df59 commit 689080b
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 689080b

Please sign in to comment.