Change get_range/1
to allow returning nil
and add syntax corpus
#393
Triggered via pull request
September 11, 2023 18:02
Status
Failure
Total duration
1m 15s
Artifacts
–
Annotations
1 error and 22 warnings
ci (1.13.4, 25.0.2, true, true, true, true)
Process completed with exit code 5.
|
ci (1.10.4, 21.3, true)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
ci (1.10.4, 21.3, true):
test_vendored/code/code_normalizer/quoted_ast_test.exs#L452
found "++" followed by "+", please use a space between "++" and the next "+"
|
ci (1.10.4, 21.3, true):
test_vendored/code/code_normalizer/quoted_ast_test.exs#L452
found "++" followed by "+", please use a space between "++" and the next "+"
|
ci (1.10.4, 21.3, true)
the following fields are unknown when raising SyntaxError: [column: 5]. Please make sure to only give known fields when raising or redefine SyntaxError.exception/1 to discard unknown fields. Future Elixir versions will raise on unknown fields given to raise/2
|
ci (1.10.4, 21.3, true)
the following fields are unknown when raising TokenMissingError: [column: 7]. Please make sure to only give known fields when raising or redefine TokenMissingError.exception/1 to discard unknown fields. Future Elixir versions will raise on unknown fields given to raise/2
|
ci (1.11.4, 23.2, true)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
ci (1.14.3, 25.2)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
ci (1.14.3, 25.2)
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
|
ci (1.14.3, 25.2)
use Bitwise is deprecated. import Bitwise instead
|
ci (1.12.3, 24.3, true)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
ci (1.13.4, 24.3)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
ci (1.13.4, 25.0.2, true, true, true, true)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2, actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
ci (1.13.4, 25.0.2, true, true, true, true)
invalid expression (). If you want to invoke or define a function, make sure there are no spaces between the function name and its arguments. If you wanted to pass an empty block or code, pass a value instead, such as a nil or an atom
|
ci (1.13.4, 25.0.2, true, true, true, true)
an expression is always required on the right side of ->. Please provide a value after ->
|
ci (1.13.4, 25.0.2, true, true, true, true)
an expression is always required on the right side of ->. Please provide a value after ->
|
ci (1.13.4, 25.0.2, true, true, true, true)
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
|
ci (1.13.4, 25.0.2, true, true, true, true)
found quoted call "fun" but the quotes are not required. Calls made exclusively of Unicode letters, numbers, and underscores do not require quotes
|
ci (1.13.4, 25.0.2, true, true, true, true)
found quoted call "fun" but the quotes are not required. Calls made exclusively of Unicode letters, numbers, and underscores do not require quotes
|
ci (1.13.4, 25.0.2, true, true, true, true)
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
|
ci (1.13.4, 25.0.2, true, true, true, true)
trailing commas are not allowed inside function/macro call arguments
|
ci (1.13.4, 25.0.2, true, true, true, true):
test/corpus/term/integer.ex#L18
Large numbers should be written with underscores: 342_391
|
ci (1.13.4, 25.0.2, true, true, true, true):
test/corpus/term/integer.ex#L16
Large numbers should be written with underscores: 342_391
|