Skip to content

Commit 013e0cb

Browse files
authored
all: fix some comments (#1553)
Signed-off-by: deterclosed <[email protected]>
1 parent 44f2abe commit 013e0cb

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1136,7 +1136,7 @@ YAPF follows a distinctive methodology, originating from the 'clang-format' tool
11361136
- [cargo-spellcheck](https://github.com/drahnr/cargo-spellcheck) — Checks all your documentation for spelling and grammar mistakes with hunspell (ready) and languagetool (preview)
11371137

11381138
- [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.
1139-
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.
1139+
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.
11401140

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

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

18881888

1889-
- [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.
1889+
- [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.
18901890

18911891
- [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.
18921892

data/api/tools.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2056,7 +2056,7 @@
20562056
"source": "https://github.com/TimonPost/cargo-unused-features",
20572057
"pricing": null,
20582058
"plans": null,
2059-
"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.",
2059+
"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.",
20602060
"discussion": null,
20612061
"deprecated": null,
20622062
"resources": null,
@@ -2204,7 +2204,7 @@
22042204
"source": "https://github.com/helm/chart-testing",
22052205
"pricing": null,
22062206
"plans": null,
2207-
"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.",
2207+
"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.",
22082208
"discussion": null,
22092209
"deprecated": null,
22102210
"resources": null,
@@ -14832,7 +14832,7 @@
1483214832
"deprecated": null,
1483314833
"resources": [
1483414834
{
14835-
"title": "Python linter comparision 2022.",
14835+
"title": "Python linter comparison 2022.",
1483614836
"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/"
1483714837
}
1483814838
],

data/tools/cargo-unused-features.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ description: >-
1313
You can generate a simple HTML report from the json to make it easier to inspect results.
1414
1515
It removes a feature of a dependency and then compiles the project to see if it still compiles.
16-
If it does, the feature flag can possibly be removed, but it can be a false-positve.
16+
If it does, the feature flag can possibly be removed, but it can be a false-positive.

data/tools/chart-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ types:
99
source: 'https://github.com/helm/chart-testing'
1010
homepage: 'https://github.com/helm/chart-testing'
1111
description: >-
12-
ct is the the tool for testing Helm charts.
12+
ct is the tool for testing Helm charts.
1313
It is meant to be used for linting and testing pull requests.
1414
It automatically detects charts changed against the target branch.

data/tools/pyupgrade.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ source: "https://github.com/asottile/pyupgrade"
1010
homepage: "https://pypi.org/project/pyupgrade-docs/"
1111
description: A tool (and pre-commit hook) to automatically upgrade syntax for newer versions of the language.
1212
resources:
13-
- title: Python linter comparision 2022.
13+
- title: Python linter comparison 2022.
1414
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 commit comments

Comments
 (0)