Skip to content

Drama filter #6

@fonsp

Description

@fonsp

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions