We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea9f315 commit cb92d9bCopy full SHA for cb92d9b
tools/lint/julia/README.md
@@ -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
29
30
+<!-- /.notes -->
31
32
33
+<section class="examples">
34
35
+### Examples
36
37
38
+$ <linter.jl> ./linter.jl
39
40
41
42
43
+<!-- /.examples -->
44
45
46
47
+<!-- /.cli -->
48
49
50
+<section class="links">
51
52
+[julia]: https://julialang.org/
53
54
55
56
+<!-- /.links -->
0 commit comments