Skip to content

Commit cb92d9b

Browse files
committed
Add README
1 parent ea9f315 commit cb92d9b

File tree

1 file changed

+56
-0
lines changed

1 file changed

+56
-0
lines changed

tools/lint/julia/README.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
# Lint
2+
3+
> Lint [Julia][julia] source files.
4+
5+
<section class="cli">
6+
7+
## CLI
8+
9+
<section class="usage">
10+
11+
### Usage
12+
13+
``` bash
14+
Usage: <linter.jl> <file> <file> <file> ...
15+
```
16+
17+
</section>
18+
19+
<!-- /.usage -->
20+
21+
22+
<section class="notes">
23+
24+
### Notes
25+
26+
* Each provided filepath is resolved relative to the current working directory of the calling process.
27+
28+
</section>
29+
30+
<!-- /.notes -->
31+
32+
33+
<section class="examples">
34+
35+
### Examples
36+
37+
``` bash
38+
$ <linter.jl> ./linter.jl
39+
```
40+
41+
</section>
42+
43+
<!-- /.examples -->
44+
45+
</section>
46+
47+
<!-- /.cli -->
48+
49+
50+
<section class="links">
51+
52+
[julia]: https://julialang.org/
53+
54+
</section>
55+
56+
<!-- /.links -->

0 commit comments

Comments
 (0)