diff --git a/Dalamud/Dalamud.csproj b/Dalamud/Dalamud.csproj index 95c44a5ae..df8c101f1 100644 --- a/Dalamud/Dalamud.csproj +++ b/Dalamud/Dalamud.csproj @@ -32,6 +32,10 @@ + + + + diff --git a/Dalamud/stylecop.json b/Dalamud/stylecop.json new file mode 100644 index 000000000..a6910727c --- /dev/null +++ b/Dalamud/stylecop.json @@ -0,0 +1,8 @@ +{ + "$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", + "settings": { + "documentationRules": { + "companyName": "PlaceholderCompany" + } + } +}