plotly / Dash.jl

Dash for Julia - A Julia interface to the Dash ecosystem for creating analytic web applications in Julia. No JavaScript required.
MIT License
486 stars 41 forks source link

Lint all the files #210

Closed etpinard closed 1 year ago

etpinard commented 1 year ago

It would be nice to eventually follow a Julia style guide like https://github.com/SciML/SciMLStyle, but this PR should be a step in the right direction :smirk:

etpinard commented 1 year ago

One integration test is failing

image

but I can't reproduce the failure locally.

Since I would like to not block this PR, I'll go ahead and merge it right now.

I'll attempt to fix the CI failure in a future PR.