Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix small typos in static code checks doc #24113

Merged
merged 1 commit into from
Jun 2, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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