|
26.
|
|
|
When comparing two values for equalness, use '==' instead of '===' (line {line})
|
|
|
|
(no translation yet)
|
|
|
|
Located in
lpsparser.py:360
|
|
27.
|
|
|
Don't end entries with a trailing comma (line {line})
|
|
|
|
(no translation yet)
|
|
|
|
Located in
lpsparser.py:445
|
|
28.
|
|
|
The entry key '{key}' is used more than once. (line {line})
|
|
|
|
(no translation yet)
|
|
|
|
Located in
lpsparser.py:456
|
|
29.
|
|
|
The key and value of an entry should be separated by a colon, not an equals sign. (line {line})
|
|
|
|
(no translation yet)
|
|
|
|
Located in
lpsparser.py:468
|
|
30.
|
|
|
Don't end lists with trailing comma's. (line {line})
|
|
|
|
(no translation yet)
|
|
|
|
Located in
lpsparser.py:478
|
|
33.
|
|
|
Unexpected '{char}' at line {lineno}.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
lpsparser.py:510
|
|
34.
|
|
|
The variable '%s' is used before it's assigned.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
lpsparser.py:547
|
|
35.
|
|
|
The not operator only works on expressions of type 'bool'. (got: %s)
|
|
|
|
(no translation yet)
|
|
|
|
Located in
lpsparser.py:553
|
|
36.
|
|
|
The unary minus only works on expressions of type 'number'. (got: %s)
|
|
|
|
(no translation yet)
|
|
|
|
Located in
lpsparser.py:555
|
|
37.
|
|
|
The '{operator}' operator only works on expressions of type 'bool'. (left expression type: {left_type}, right expression type: {right_type})
|
|
|
|
(no translation yet)
|
|
|
|
Located in
lpsparser.py:562
|