8000 fix: correct spurious edits made during the lint fixing slog by sreya · Pull Request #17113 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

fix: correct spurious edits made during the lint fixing slog #17113

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

Merged
merged 2 commits into from
Mar 27, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix warnings
  • Loading branch information
sreya committed Mar 27, 2025
commit c79d82b71edb1f299b0fca5bf5f03dd964c1182c
4 changes: 2 additions & 2 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ issues:
- node_modules
- .git

skip-files:
exclude-files:
- scripts/rules.go

# Rules listed here: https://github.com/securego/gosec#available-rules
Expand Down Expand Up @@ -254,6 +254,7 @@ linters:
# - wastedassign

- staticcheck
- tenv
# In Go, it's possible for a package to test it's internal functionality
# without testing any exported functions. This is enabled to promote
# decomposing a package before testing it's internals. A function caller
Expand All @@ -266,5 +267,4 @@ linters:
- typecheck
- unconvert
- unused
- usetesting
- dupl
Loading
0