mdenet / educationplatform

Eclipse Public License 2.0
2 stars 3 forks source link

Enabled linting #180

Closed barnettwilliam closed 4 months ago

barnettwilliam commented 4 months ago

Enabled linting for the education platform code. This is automatically run locally by vscode and the linter is configure to run as part of GitHub action on pushing to a repository. A separate lint report is created similar to the unit test report.

Part of mdenet/educationplatform#174