argoproj / gitops-engine

Democratizing GitOps
https://pkg.go.dev/github.com/argoproj/gitops-engine?tab=subdirectories
Apache License 2.0
1.68k stars 252 forks source link

fix: lint errors in sync and diff packages #394

Open chetan-rns opened 2 years ago

chetan-rns commented 2 years ago

Fix lint errors in sync and diff packages

Signed-off-by: Chetan Banavikalmutt chetanrns1997@gmail.com

sonarcloud[bot] commented 2 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
4.1% 4.1% Duplication

codecov[bot] commented 2 years ago

Codecov Report

Merging #394 (707a7bd) into master (723667d) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #394   +/-   ##
=======================================
  Coverage   54.27%   54.27%           
=======================================
  Files          41       41           
  Lines        3053     3053           
=======================================
  Hits         1657     1657           
  Misses       1233     1233           
  Partials      163      163           
Impacted Files Coverage Δ
pkg/diff/diff.go 63.61% <100.00%> (ø)
pkg/sync/sync_context.go 71.28% <100.00%> (ø)

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 723667d...707a7bd. Read the comment docs.