Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)Julia (0 fork)auto 404
enhancementgood first issue

Metriche repository

Star
 (1 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

Sometimes you want one of the checks to not run for some of your ntoebooks. E.g. you can have one notebook that has an error, but this is expected (because you are demonstrating error behaviour).

drama_list = [
  Exclude(
      DramaSomething(),
      ["thisone.jl"]
  ),
  ...
]

And the DramaContext should include notebook path DONE

Guida contributor