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

golangci updates for speed #196

Merged
merged 1 commit into from
Nov 11, 2024
Merged

golangci updates for speed #196

merged 1 commit into from
Nov 11, 2024

Conversation

golanglemonade
Copy link
Member

@golanglemonade golanglemonade commented Nov 11, 2024

This now locally takes:

INFO Execution took 2m42.106713042s  

vs. before the changes:

INFO Execution took 4m54.794890834s

CI is passing in about 7-8 minutes.

Changes:

  • test: false will now include all tests files from the linter.
  • No linters were removed, I just re-orded so I could see the default vs. what additional ones we have added are. Removing some didn't really speed up the process.
  • removed fast and fix from the ci run. The first run of fast is always slower, its not recommended to run in ci. And fix should never be run in CI because the changes need to be pushed to the branch.

@golanglemonade golanglemonade changed the title Golangci updates golangci updates for speed Nov 11, 2024
Signed-off-by: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com>
@golanglemonade golanglemonade marked this pull request as ready for review November 11, 2024 20:29
@golanglemonade golanglemonade enabled auto-merge (squash) November 11, 2024 20:31
Copy link

sonarcloud bot commented Nov 11, 2024

@golanglemonade golanglemonade merged commit d94b86a into main Nov 11, 2024
18 checks passed
@golanglemonade golanglemonade deleted the golangci-updates branch November 11, 2024 22:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants