Skip to content

Commit

Permalink
Add exceptions for move-native to x.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
brson authored and ksolana committed Jul 17, 2023
1 parent 94b78b5 commit d15d34c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions x.toml
Expand Up @@ -200,3 +200,10 @@ mark-changed = ["move-analyzer"]
# x controls the build process, so if it changes, build everything.
on-affected = ["x"]
mark-changed = "all"

[[determinator.path-rule]]
# Ignore files in move-native (for now)
# todo (brson) I don't understand what this actually does but it's required to pass `cargo x lint`
# move-native is not part of the workspace
globs = ["language/move-native/**/*"]
mark-changed = []

0 comments on commit d15d34c

Please sign in to comment.