ita-social-projects / EventsExpress

MIT License
19 stars 16 forks source link

Improve code analysis file scope for Azure deployment #907

Open RaccoonBoryvitter opened 3 years ago

RaccoonBoryvitter commented 3 years ago

There are some code smells conflicting with our Roslyn style linter. Improved directories and issues we must exclude from the code analysis on SonarCloud Prepare task should be provided in Azure Pipelines configuration.

sand0 commented 3 years ago

disable smell check for issue code roslyn:SA1518

RaccoonBoryvitter commented 3 years ago

also disable for roslyn:SA1210

idontwannawakeup commented 3 years ago

also enable insert_final_newline in .editorconfig