Skip to content

Commit

Permalink
ci: don't lint for uptodate CONTRIBUTORS.md
Browse files Browse the repository at this point in the history
A PR in itself isn't enough to cause the Github contributors API to
update, it will only update once the PR is merged. Hence checking that
the CONTRIBUTORS.md file is uptodate from a PR won't work.
  • Loading branch information
tombh committed Jul 7, 2023
1 parent c87b003 commit 357ff12
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 28 deletions.
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,11 @@ test-pyodide = "python tests/pyodide_testrunner/run.py"
ruff = "ruff check ."
mypy = "mypy -p pygls"
check_generated_client = "python scripts/check_client_is_uptodate.py"
check_contributors_md = "python scripts/check_contributors_md_is_uptodate.py"
check_commit_style = "npx commitlint --from origin/main --to HEAD --verbose --config commitlintrc.yaml"
lint = [
"ruff",
"mypy",
"check_generated_client",
"check_contributors_md",
"check_commit_style"
]
generate_client = "python scripts/generate_client.py --output pygls/lsp/client.py"
Expand Down
26 changes: 0 additions & 26 deletions scripts/check_contributors_md_is_uptodate.py

This file was deleted.

0 comments on commit 357ff12

Please sign in to comment.