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
66
77The linter detect the following kinds of issues:
88* "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
1111 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
1414* Unused variables
1515* Endlessly looping constructs, which are always invalid, but often appear as a result of confusion about language semantics (e.g. local x = x + 1)
1616* 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