Skip to content

Commit

Permalink
all: fix some comments (#1553)
Browse files Browse the repository at this point in the history
Signed-off-by: deterclosed <[email protected]>
  • Loading branch information
deterclosed authored Mar 23, 2024
1 parent 44f2abe commit 013e0cb
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1136,7 +1136,7 @@ YAPF follows a distinctive methodology, originating from the 'clang-format' tool
- [cargo-spellcheck](https://github.com/drahnr/cargo-spellcheck) — Checks all your documentation for spelling and grammar mistakes with hunspell (ready) and languagetool (preview)

- [cargo-unused-features](https://github.com/TimonPost/cargo-unused-features) — Find potential unused enabled feature flags and prune them. You can generate a simple HTML report from the json to make it easier to inspect results.
It removes a feature of a dependency and then compiles the project to see if it still compiles. If it does, the feature flag can possibly be removed, but it can be a false-positve.
It removes a feature of a dependency and then compiles the project to see if it still compiles. If it does, the feature flag can possibly be removed, but it can be a false-positive.

- [clippy](https://rust-lang.github.io/rust-clippy) — A code linter to catch common mistakes and improve your Rust code.

Expand Down Expand Up @@ -1886,7 +1886,7 @@ Its technology helps developers automate testing, find bugs, and reduce manual l
<h2>Kubernetes</h2>


- [chart-testing](https://github.com/helm/chart-testing) — ct is the the tool for testing Helm charts. It is meant to be used for linting and testing pull requests. It automatically detects charts changed against the target branch.
- [chart-testing](https://github.com/helm/chart-testing) — ct is the tool for testing Helm charts. It is meant to be used for linting and testing pull requests. It automatically detects charts changed against the target branch.

- [clusterlint](https://github.com/digitalocean/clusterlint) — Clusterlint queries live Kubernetes clusters for resources, executes common and platform specific checks against these resources and provides actionable feedback to cluster operators. It is a non invasive tool that is run externally. Clusterlint does not alter the resource configurations.

Expand Down
6 changes: 3 additions & 3 deletions data/api/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -2056,7 +2056,7 @@
"source": "https://github.com/TimonPost/cargo-unused-features",
"pricing": null,
"plans": null,
"description": "Find potential unused enabled feature flags and prune them. You can generate a simple HTML report from the json to make it easier to inspect results.\nIt removes a feature of a dependency and then compiles the project to see if it still compiles. If it does, the feature flag can possibly be removed, but it can be a false-positve.",
"description": "Find potential unused enabled feature flags and prune them. You can generate a simple HTML report from the json to make it easier to inspect results.\nIt removes a feature of a dependency and then compiles the project to see if it still compiles. If it does, the feature flag can possibly be removed, but it can be a false-positive.",
"discussion": null,
"deprecated": null,
"resources": null,
Expand Down Expand Up @@ -2204,7 +2204,7 @@
"source": "https://github.com/helm/chart-testing",
"pricing": null,
"plans": null,
"description": "ct is the the tool for testing Helm charts. It is meant to be used for linting and testing pull requests. It automatically detects charts changed against the target branch.",
"description": "ct is the tool for testing Helm charts. It is meant to be used for linting and testing pull requests. It automatically detects charts changed against the target branch.",
"discussion": null,
"deprecated": null,
"resources": null,
Expand Down Expand Up @@ -14832,7 +14832,7 @@
"deprecated": null,
"resources": [
{
"title": "Python linter comparision 2022.",
"title": "Python linter comparison 2022.",
"url": "https://inventwithpython.com/blog/2022/11/19/python-linter-comparison-2022-pylint-vs-pyflakes-vs-flake8-vs-autopep8-vs-bandit-vs-prospector-vs-pylama-vs-pyroma-vs-black-vs-mypy-vs-radon-vs-mccabe/"
}
],
Expand Down
2 changes: 1 addition & 1 deletion data/tools/cargo-unused-features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ description: >-
You can generate a simple HTML report from the json to make it easier to inspect results.
It removes a feature of a dependency and then compiles the project to see if it still compiles.
If it does, the feature flag can possibly be removed, but it can be a false-positve.
If it does, the feature flag can possibly be removed, but it can be a false-positive.
2 changes: 1 addition & 1 deletion data/tools/chart-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ types:
source: 'https://github.com/helm/chart-testing'
homepage: 'https://github.com/helm/chart-testing'
description: >-
ct is the the tool for testing Helm charts.
ct is the tool for testing Helm charts.
It is meant to be used for linting and testing pull requests.
It automatically detects charts changed against the target branch.
2 changes: 1 addition & 1 deletion data/tools/pyupgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ source: "https://github.com/asottile/pyupgrade"
homepage: "https://pypi.org/project/pyupgrade-docs/"
description: A tool (and pre-commit hook) to automatically upgrade syntax for newer versions of the language.
resources:
- title: Python linter comparision 2022.
- title: Python linter comparison 2022.
url: https://inventwithpython.com/blog/2022/11/19/python-linter-comparison-2022-pylint-vs-pyflakes-vs-flake8-vs-autopep8-vs-bandit-vs-prospector-vs-pylama-vs-pyroma-vs-black-vs-mypy-vs-radon-vs-mccabe/

0 comments on commit 013e0cb

Please sign in to comment.