Skip to content

Commit 67a1a0a

Browse files
chore: Support for determining spec support for the repo (open-feature#270)
Signed-off-by: Justin Abrahms <[email protected]>
1 parent ff9df59 commit 67a1a0a

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,3 +352,5 @@ ASALocalRun/
352352
# integration tests
353353
test/OpenFeature.E2ETests/Features/evaluation.feature
354354
test/OpenFeature.E2ETests/Features/evaluation.feature.cs
355+
cs-report.json
356+
specification.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=cs
3+
multiline_regex=\[Specification\((?P<innards>.*?)\)\]
4+
number_subregex=([\d.]+)
5+
text_subregex=,\s+"(.*)"

0 commit comments

Comments
 (0)