Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(lint): update linter rules #1265

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

chore(lint): update linter rules #1265

wants to merge 3 commits into from

Conversation

ecrupper
Copy link
Contributor

linter overlord appeasement

@ecrupper ecrupper requested a review from a team as a code owner February 28, 2025 18:18
Copy link

codecov bot commented Feb 28, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 56.54%. Comparing base (20c5a6c) to head (8ce5a61).
Report is 1 commits behind head on main.

❌ Your project check has failed because the head coverage (56.54%) is below the target coverage (90.00%). You can increase the head coverage or adjust the target coverage.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1265   +/-   ##
=======================================
  Coverage   56.54%   56.54%           
=======================================
  Files         630      630           
  Lines       35700    35700           
=======================================
  Hits        20185    20185           
  Misses      14828    14828           
  Partials      687      687           
Files with missing lines Coverage Δ
compiler/native/expand.go 68.54% <100.00%> (ø)
compiler/native/parse.go 85.12% <100.00%> (ø)
scm/github/app_permissions.go 100.00% <100.00%> (ø)
scm/github/deployment.go 22.22% <100.00%> (ø)
scm/github/repo.go 76.05% <100.00%> (ø)
🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@@ -7,6 +7,7 @@ import (
"reflect"
"testing"

"github.com/google/go-cmp/cmp"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [golangci] reported by reviewdog 🐶
"github.com/google/go-cmp/cmp" imported and not used (typecheck)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants