Skip to content

Commit 7d81091

Browse files
authored
Linter README – replace unicode asterisks
I think they were an artifact of copying from a LaTeX-generated PDF.
1 parent 9b6cbef commit 7d81091

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

linter/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ This is a linter for Jsonnet. It is alpha stage, but it should be already useful
66

77
The 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.

0 commit comments

Comments
 (0)