Skip to content
Commit 1cb05f9c authored by Alex Turbov's avatar Alex Turbov Committed by Christoph Cullmann
Browse files

fix(toml.xml): comma after comment in array was highlighted as error

Example:

```
ignore = [
    "ANN001"  # FIXME
  , "ANN202"  # FIXME
  , "ANN205"  # FIXME
  , "ANN401"  # FIXME
  , "TRY003"  # FIXME
  ]
```
parent e8fe5b00
Pipeline #333599 failed with stage
in 1 minute and 44 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment