Document new features of make fixup (#7434)
This commit is contained in:
@@ -176,13 +176,14 @@ Follow these steps to start contributing:
|
|||||||
```bash
|
```bash
|
||||||
$ make quality
|
$ make quality
|
||||||
```
|
```
|
||||||
|
|
||||||
You can do the automatic style corrections and code verifications that can't be automated in one go:
|
You can do the automatic style corrections and code verifications that can't be automated in one go:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ make fixup
|
$ make fixup
|
||||||
```
|
```
|
||||||
|
|
||||||
|
This target is also optimized to only work with files modified by the PR you're working on.
|
||||||
|
|
||||||
If you're modifying documents under `docs/source`, make sure to validate that
|
If you're modifying documents under `docs/source`, make sure to validate that
|
||||||
they can still be built. This check also runs in CI. To run a local check
|
they can still be built. This check also runs in CI. To run a local check
|
||||||
make sure you have installed the documentation builder requirements, by
|
make sure you have installed the documentation builder requirements, by
|
||||||
|
|||||||
Reference in New Issue
Block a user