@afix-ci/cli-linux-x64 0.1.0-rc.42 → 0.1.0-rc.44
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -0
- package/cli +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
A simple tool for running scripts and correcting their outputs
|
|
4
4
|
|
|
5
|
+
By default, `afix run` requires a clean repository before it can create
|
|
6
|
+
commits. If a validator mutates repository files, afix preserves those changes
|
|
7
|
+
in a dedicated `afix-validator(...)` commit before any fixer runs. Fixer
|
|
8
|
+
commits therefore contain only changes made after the validator commit.
|
|
9
|
+
`--no-commit` rejects validator mutations because their provenance cannot be
|
|
10
|
+
isolated without commits. Dry runs likewise never create validator commits.
|
|
11
|
+
|
|
5
12
|
## Prepare a pull request
|
|
6
13
|
|
|
7
14
|
`afix prepare-pr` updates the current branch with the selected remote's
|
package/cli
CHANGED
|
Binary file
|