knative-extensions / kn-plugin-admin

Kn plugin for managing a Kubernetes based Knative installation.
Apache License 2.0
7 stars 18 forks source link

[Automated] Fix misspellings #59

Closed knative-automation closed 3 years ago

knative-automation commented 3 years ago

Produced via:

export FILES=( $(find . -type f -not -path './vendor/*' -not -path './third_party/*' -not -path './.git/*') )
misspell -w "${FILES[@]}"

Cron. -knative-prow-robot /cc knative-sandbox/client-writers /assign knative-sandbox/client-writers

codecov[bot] commented 3 years ago

Codecov Report

Merging #59 (935ec52) into main (50e85c8) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #59   +/-   ##
=======================================
  Coverage   79.98%   79.98%           
=======================================
  Files          20       20           
  Lines        1029     1029           
=======================================
  Hits          823      823           
  Misses        147      147           
  Partials       59       59           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 50e85c8...935ec52. Read the comment docs.

knative-prow-robot commented 3 years ago

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: To complete the pull request process, please assign after the PR has been reviewed. You can assign the PR to them by writing /assign in a comment when ready.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files: Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment