Skip to content

Commit

Permalink
chore: Support for determining spec support for the repo (open-featur…
Browse files Browse the repository at this point in the history
…e#270)

Signed-off-by: Justin Abrahms <justin@abrah.ms>
Signed-off-by: Artyom Tonoyan <artonoyan@servicetitan.com>
  • Loading branch information
justinabrahms authored and arttonoyan committed Nov 17, 2024
1 parent fde339e commit b79224e
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 b79224e

Please # to comment.