From d0139336b1de4851366bdb2cd92a0d6ffab12097 Mon Sep 17 00:00:00 2001 From: Justin Abrahms Date: Wed, 8 May 2024 21:51:27 -0700 Subject: [PATCH] Support for determining spec support for the repo Signed-off-by: Justin Abrahms --- .gitignore | 2 ++ .specrc | 5 +++++ 2 files changed, 7 insertions(+) create mode 100644 .specrc diff --git a/.gitignore b/.gitignore index 575a49ad..a44a107a 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/.specrc b/.specrc new file mode 100644 index 00000000..03435c01 --- /dev/null +++ b/.specrc @@ -0,0 +1,5 @@ +[spec] +file_extension=cs +multiline_regex=\[Specification\((?P.*?)\)\] +number_subregex=([\d.]+) +text_subregex=,\s+"(.*)"