Skip to content

Commit

Permalink
test: add collections app to import linter config
Browse files Browse the repository at this point in the history
All new apps should have an entry in the .importlinter config file so
that our internal dependency tree stays clean, but we don't actually
document that anywhere yet.

Made openedx#230 to track
work around making a "new app" checklist doc to help with this sort of
thing in the future.
  • Loading branch information
ormsbee committed Sep 19, 2024
1 parent 04d3ea6 commit 527b78c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .importlinter
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ layers=
# without versioning information. These belong to a single Learning Package.
openedx_learning.apps.authoring.contents

# The "collections" app stores arbitrary groupings of PublishableEntities.
# Its only dependency should be the publishing app.
openedx_learning.apps.authoring.collections

# The lowest layer is "publishing", which holds the basic primitives needed
# to create Learning Packages and manage the draft and publish states for
# various types of content.
Expand Down

0 comments on commit 527b78c

Please sign in to comment.