Skip to content

Commit

Permalink
Fix small typos in static code checks doc (#24113)
Browse files Browse the repository at this point in the history
- Trivial typo fix in the command to run static checks on the last commit
- Update "run all tests" to "run all checks" where applicable for consistency
  • Loading branch information
josh-fell committed Jun 2, 2022
1 parent a34ef24 commit b7ff518
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions STATIC_CODE_CHECKS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -413,23 +413,23 @@ Run the ``flake8`` check for the ``tests.core`` package with verbose output:
breeze static-checks --type run-flake8 --file tests/core/* --verbose
Run all tests for the currently staged files:
Run all checks for the currently staged files:

.. code-block:: bash
breeze static-checks --type all
Run all tests for all files:
Run all checks for all files:

.. code-block:: bash
breeze static-checks --type all --all-files
Run all tests for last commit :
Run all checks for last commit :

.. code-block:: bash
breeze static-checks -type all --last-commit
breeze static-checks --type all --last-commit
Debugging pre-commit check scripts requiring image
--------------------------------------------------
Expand Down

0 comments on commit b7ff518

Please sign in to comment.