Skip to content

Commit

Permalink
feat: Add importlinter rule to keep file format independent
Browse files Browse the repository at this point in the history
  • Loading branch information
Hellgartner committed Jan 29, 2025
1 parent 5dd9461 commit 780a80b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .importlinter
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,11 @@ source_modules =
opossum_lib.core
forbidden_modules =
opossum_lib.input_formats

[importlinter:contract:opossum_file_format_should_not_depend_on_input_formats]
name = Opossum file format should not depend on input formats
type = forbidden
source_modules =
opossum_lib.opossum_file_model
forbidden_modules =
opossum_lib.input_formats

0 comments on commit 780a80b

Please sign in to comment.