Skip to content

Commit

Permalink
Remove update_doc_snapshot from root Makefile (#6837)
Browse files Browse the repository at this point in the history
* makefile formatting

* tweaks
  • Loading branch information
smackesey committed Mar 7, 2022
1 parent 81fdc76 commit ca7aedf
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
pylint:
pylint -j 0 `git ls-files '*.py'` --rcfile=.pylintrc

update_doc_snapshot:
pytest docs --snapshot-update

# NOTE: See pyproject.toml [tool.black] for majority of black config. Only include/exclude options
# and format targets should be specified here. Note there are separate pyproject.toml for the root
# and examples/docs_snippets.
Expand Down Expand Up @@ -53,7 +50,8 @@ check_isort:
`git ls-files 'examples/docs_snippets/*.py'`

yamllint:
yamllint -c .yamllint.yaml --strict `git ls-files 'helm/**/*.yml' 'helm/**/*.yaml' ':!:helm/**/templates/*.yml' ':!:helm/**/templates/*.yaml'`
yamllint -c .yamllint.yaml --strict \
`git ls-files 'helm/*.yml' 'helm/*.yaml' ':!:helm/**/templates/*.yml' ':!:helm/**/templates/*.yaml'`

install_dev_python_modules:
python scripts/install_dev_python_modules.py -qqq
Expand Down

0 comments on commit ca7aedf

Please sign in to comment.