projectcontour / contour-operator

Experimental repository to explore an operator for deploying Contour
Apache License 2.0
43 stars 34 forks source link

Fix codespell: Stop correction of complies->compiles #533

Closed sunjayBhatia closed 2 years ago

sunjayBhatia commented 2 years ago

See https://github.com/codespell-project/codespell/issues/2273

sunjayBhatia commented 2 years ago

Another option is to stop using the rare words/corrections dictionary which is enabled by default and contains the complies->compiles correction

sunjayBhatia commented 2 years ago

will probably need to make a similar change in contour as well

codecov[bot] commented 2 years ago

Codecov Report

Merging #533 (c2b4e9b) into main (537e5cf) will decrease coverage by 2.80%. The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #533      +/-   ##
==========================================
- Coverage   80.46%   77.66%   -2.81%     
==========================================
  Files          29       29              
  Lines        2171     2171              
==========================================
- Hits         1747     1686      -61     
- Misses        305      346      +41     
- Partials      119      139      +20     
Impacted Files Coverage Δ
internal/objects/contour/finalizer.go 62.50% <0.00%> (-18.75%) :arrow_down:
internal/controller/controller.go 72.13% <0.00%> (-10.66%) :arrow_down:
internal/status/status.go 64.86% <0.00%> (-8.11%) :arrow_down:
internal/objects/configmap/configmap.go 70.88% <0.00%> (-6.33%) :arrow_down:
internal/objects/service/service.go 83.92% <0.00%> (-5.36%) :arrow_down:
internal/objects/contour/contour.go 76.62% <0.00%> (-5.20%) :arrow_down:
internal/objects/job/job.go 77.50% <0.00%> (-5.00%) :arrow_down:
internal/objects/rbac.go 56.47% <0.00%> (-3.53%) :arrow_down:
internal/objects/daemonset/daemonset.go 93.21% <0.00%> (-2.50%) :arrow_down:
internal/objects/deployment/deployment.go 91.98% <0.00%> (-2.11%) :arrow_down:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.