File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ This is a linter for Jsonnet. It is alpha stage, but it should be already useful
6
6
7
7
The linter detect the following kinds of issues:
8
8
* "Type" problems, such as:
9
- ∗ Accessing nonexistent fields
10
- ∗ Calling a function with a wrong number of arguments or named arguments
9
+ * Accessing nonexistent fields
10
+ * Calling a function with a wrong number of arguments or named arguments
11
11
which do not match the parameters
12
- ∗ Trying to call a value which is not a function
13
- ∗ Trying to index a value which is not an object, array or a string
12
+ * Trying to call a value which is not a function
13
+ * Trying to index a value which is not an object, array or a string
14
14
* Unused variables
15
15
* Endlessly looping constructs, which are always invalid, but often appear as a result of confusion about language semantics (e.g. local x = x + 1)
16
16
* Anything that is statically detected during normal execution, such as syntax errors and undeclared variables.
You can’t perform that action at this time.
0 commit comments