This repository was archived by the owner on Aug 7, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +16
-8
lines changed Expand file tree Collapse file tree 2 files changed +16
-8
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.8.2
2
+ * Making it work again on Julia v.1 >
3
+
1
4
## 0.7.4
2
5
* Update dependencies
3
6
* Fix usage of ` uuid4 ` (#60 )
Original file line number Diff line number Diff line change @@ -8,20 +8,25 @@ It will be used with files that have the `Julia` syntax.
8
8
9
9
## Installation
10
10
11
- Install the package through Atom's UI, or use the ` apm ` tool in the CLI:
11
+ - Install the package through Atom's UI and install the package.
12
12
13
+ You can also use the ` apm ` tool in the CLI:
13
14
``` bash
14
15
$ apm install linter-julia
15
16
```
16
17
17
- Note: if you have't installed [ Juno] ( http://junolab.org/ ) ,
18
- you need to tell linter-julia where to find the julia executable
19
- (i.e. ` /usr/bin/julia ` ). See Settings below.
18
+ - You need to tell linter-julia where to find the julia executable
19
+ (i.e. ` /usr/bin/julia ` or ` C:\Julia-1.3.0-rc4\bin\julia.exe ` ). See Settings below.
20
20
21
- In order to use this package, you will need to install Julia and Lint.jl
22
- (version 0.3.0 or higher).
23
- To get Julia see: http://julialang.org/downloads/ and to get Lint.jl
24
- see: https://github.com/tonyhffong/Lint.jl#installation
21
+ - This package installs the master branch of Lint.jl automatically, to make it activated just restart Atom one more time! (two time total)
22
+
23
+
24
+ - Note: if you have't installed [ Juno] ( http://junolab.org/ ) , and [ Julia] ( http://julialang.org/downloads/ )
25
+
26
+ - Note: If after two restarts the linter didn't work, add the Lint.jl manually:
27
+ ``` julia
28
+ ] add https: // github. com/ tonyhffong/ Lint. jl
29
+ ```
25
30
26
31
## Settings
27
32
You can’t perform that action at this time.
0 commit comments