Skip to content
This repository has been archived by the owner on Sep 4, 2023. It is now read-only.

Commit

Permalink
Add coding guidelines enforcement (#85)
Browse files Browse the repository at this point in the history
* Add initial coding guidelines and fix where necessary

* Enforce code styling and update code where necessary

* Remove duplicate .editorconfig entries

* Add code analysis setup to CI

* Add missing checkout step

* Update incorrect action version tag

* Remove incompatible analysis step

* Push code style offense to validate CI pipeline

* Remove code style violation

* Add global.json
  • Loading branch information
Typiqally committed May 26, 2023
1 parent 4c17c7f commit f5f1896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Epsilon.Canvas/Service/FileHttpService.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using Epsilon.Canvas.Abstractions.Service;
using Epsilon.Canvas.Abstractions.Service;
using Epsilon.Canvas.Http;

namespace Epsilon.Canvas.Service;
Expand Down

0 comments on commit f5f1896

Please sign in to comment.