From 4e00d9078585b3823258fbfdfb725c581075868b Mon Sep 17 00:00:00 2001 From: Manuel Trezza <5673677+mtrezza@users.noreply.github.com> Date: Wed, 25 Dec 2024 04:08:11 +0100 Subject: [PATCH] Create stylecop.json --- Parse/stylecop.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Parse/stylecop.json diff --git a/Parse/stylecop.json b/Parse/stylecop.json new file mode 100644 index 00000000..297a7072 --- /dev/null +++ b/Parse/stylecop.json @@ -0,0 +1,7 @@ +{ + "settings": { + "documentationRules": { + "documentPublicElements": false + } + } +}