-
I wasn't able to figure out the syntax to exclude files, only how to make an explicit whitelist. The examples in the documentation only mention includes, not excludes: https://jj-vcs.github.io/jj/latest/cli-reference/#jj-fix and https://jj-vcs.github.io/jj/latest/config/#enforce-coding-style-rules only mention things like:
I tried using |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
These are filesets. For example, all Python files except those in a particular directory might be:
|
Beta Was this translation helpful? Give feedback.
These are filesets.
For example, all Python files except those in a particular directory might be: