mirror of
https://github.com/google/go-jsonnet.git
synced 2025-09-28 17:01:02 +02:00
Linter README – replace unicode asterisks
I think they were an artifact of copying from a LaTeX-generated PDF.
This commit is contained in:
parent
9b6cbef4ca
commit
7d81091149
@ -6,11 +6,11 @@ This is a linter for Jsonnet. It is alpha stage, but it should be already useful
|
|||||||
|
|
||||||
The linter detect the following kinds of issues:
|
The linter detect the following kinds of issues:
|
||||||
* "Type" problems, such as:
|
* "Type" problems, such as:
|
||||||
∗ Accessing nonexistent fields
|
* Accessing nonexistent fields
|
||||||
∗ Calling a function with a wrong number of arguments or named arguments
|
* Calling a function with a wrong number of arguments or named arguments
|
||||||
which do not match the parameters
|
which do not match the parameters
|
||||||
∗ Trying to call a value which is not a function
|
* Trying to call a value which is not a function
|
||||||
∗ Trying to index a value which is not an object, array or a string
|
* Trying to index a value which is not an object, array or a string
|
||||||
* Unused variables
|
* Unused variables
|
||||||
* Endlessly looping constructs, which are always invalid, but often appear as a result of confusion about language semantics (e.g. local x = x + 1)
|
* Endlessly looping constructs, which are always invalid, but often appear as a result of confusion about language semantics (e.g. local x = x + 1)
|
||||||
* Anything that is statically detected during normal execution, such as syntax errors and undeclared variables.
|
* Anything that is statically detected during normal execution, such as syntax errors and undeclared variables.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user