diff --git a/src/.editorconfig b/src/.editorconfig new file mode 100644 index 000000000..d5aa43a0a --- /dev/null +++ b/src/.editorconfig @@ -0,0 +1,10 @@ +[*.cs] + +# CS1591: Missing XML comment for publicly visible type or member +dotnet_diagnostic.CS1591.severity = none + +# RCS1090: Add call to 'ConfigureAwait' (or vice versa). +dotnet_diagnostic.RCS1090.severity = none + +# RCS1036: Remove redundant empty line. +dotnet_diagnostic.RCS1036.severity = none diff --git a/src/Ombi/Attributes/AdminAttribute.cs b/src/Ombi/Attributes/AdminAttribute.cs index d92d5d52c..fc2e9332d 100644 --- a/src/Ombi/Attributes/AdminAttribute.cs +++ b/src/Ombi/Attributes/AdminAttribute.cs @@ -8,6 +8,5 @@ namespace Ombi.Attributes { Roles = "Admin"; } - } } \ No newline at end of file diff --git a/src/Ombi/ClientApp/src/index.html b/src/Ombi/ClientApp/src/index.html index 3c0ac4956..9b4005ca1 100644 --- a/src/Ombi/ClientApp/src/index.html +++ b/src/Ombi/ClientApp/src/index.html @@ -2,39 +2,7 @@ - +