- Rewrote for StaticLint.jl (#119)
- Making it work again on Julia v.1 >
- Update dependencies
- Fix usage of
uuid4
(#60) - Specify as able to lint unsaved changes (#60)
- Move to the AtomLinter organization for future maintainability
- This tries to fix #38
- Also installation instructions updated, thanks @waldyrious
- Thanks @waldyrious for the effort
- See issue #30
- linter-julia checks if Lint.jl is installed and if not runs Pkg.add("Lint")
- All the magic moves to Lint.jl package
- JSON is used in both way communications
- This simplifies this package code a lot
- Answers to issue #4
- Thanks @samtkaplan for the effort
- Fixing issues #32 and #33
- Fixing issue #20
- Fixing issue #29
- Fixing issue #25
- Adding setting to not show the error codes in the message
- Adding Settings to ignore infos and warnings
- Adding linter as a dependency in package.json
- Added a setting to ignore error messages
- CHANGELOG.md updated
- Settings descriptions clarified
- README.md updated
- By default the julia path comes from Juno (atom.config.get('julia-client.juliaPath'))
- User have possibility to give the path to the julia they want to use.
- First Release