Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xamarin/Xamarin.PropertyEditing.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCartBlanche <savagesoftware@gmail.com>2020-08-05 19:02:03 +0300
committerCartBlanche <savagesoftware@gmail.com>2020-08-05 19:02:03 +0300
commit836ae2a0455d4c0289e5674f56cc0bae881328bc (patch)
tree3c32371831099804d0612f0913e6752b8c5fe5f1 /UserExclusion.jp.xml
parent11ab394ffecdee02af2bf1134312a8ce788c1c5c (diff)
Added the UserExclusion files for the other languages we support.
Diffstat (limited to 'UserExclusion.jp.xml')
-rw-r--r--UserExclusion.jp.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/UserExclusion.jp.xml b/UserExclusion.jp.xml
new file mode 100644
index 0000000..fa66562
--- /dev/null
+++ b/UserExclusion.jp.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<PoliCheckExclusions>
+ <!-- NOTE: All names you provide must be in Upper Case, as apparently that is the string comparison PoliCheck does ¯\_(ツ)_/¯ -->
+
+ <!-- Each of these exclusions is a folder name - if \[name]\ exists in the file path, it will be skipped -->
+ <!--<Exclusion Type="FolderPathFull">ABC|XYZ</Exclusion>-->
+
+ <!-- Each of these exclusions is a folder name - if any folder or file starts with "\[name]", it will be
+ skipped -->
+ <Exclusion Type="FolderPathStart">BOT_PROVISIONING|BUILD|COMMON|CONTROLS|DRAWING|REFLECTION|VIEWMODELS|XAMARIN.PROPERTYEDITING.MAC|XAMARIN.PROPERTYEDITING.MAC.STANDALONE|XAMARIN.PROPERTYEDITING.TESTS|XAMARIN.PROPERTYEDITING.WINDOWS|XAMARIN.PROPERTYEDITING.WINDOWS.STANDALONE</Exclusion>
+
+ <!-- Each of these file types will be completely skipped for the entire scan -->
+ <Exclusion Type="FileType">.CS|.CSPROJ</Exclusion>
+
+ <!-- The specified file names will be skipped during the scan regardless which folder they are in -->
+ <Exclusion Type="FileName">RESOURCES.CS.RESX|RESOURCES.DE.RESX|RESOURCES.ES.RESX|RESOURCES.FR.RESX|RESOURCES.IT.RESX|RESOURCES.RESX|RESOURCES.KO.RESX|RESOURCES.PL.RESX|RESOURCES.PT-BR.RESX|RESOURCES.RU.RESX|RESOURCES.TR.RESX|RESOURCES.ZH-HANS.RESX|RESOURCES.ZH-HANT.RESX</Exclusion>
+</PoliCheckExclusions> \ No newline at end of file