logankilpatrick / Linting.jl

WIP: A Julia Linter for all of your Linting needs!
MIT License
2 stars 0 forks source link

Initial proof of concept #1

Open logankilpatrick opened 5 years ago

logankilpatrick commented 5 years ago

Make it so that Linting.jl accepts a file and prints a warning if:

1). There's no docstring associated with a function. 2). Stylistic conventions are not followed.

logankilpatrick commented 5 years ago

See docs on stylistic conventions here