Skip to content

Instantly share code, notes, and snippets.

@jraska
Last active November 23, 2021 20:44
Show Gist options
  • Save jraska/18249b92fa4db2883ea953791a7c2e41 to your computer and use it in GitHub Desktop.
Save jraska/18249b92fa4db2883ea953791a7c2e41 to your computer and use it in GitHub Desktop.
moduleGraphAssert {
maxHeight = 4
allowed = [':.* -> :core', ':feature.* -> :lib.*'] // regex to match module names - anyone can depend on :core, features can depend on libraries
restricted = [':feature-[a-z]* -X> :forbidden-to-depend-on'] // no feature can depend on :forbidden-to-depend-on
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment