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: Replacing deprecated run.skip-dirs for issues.exclude-dirs in golanci.yml #17916

Merged
merged 1 commit into from
May 9, 2024

Conversation

dorian6255
Copy link
Contributor

@dorian6255 dorian6255 commented May 9, 2024

Summary

This PR resolve the issue #17455 => it removes the deprecated run.skipdir from .golangci.yml

I used the documentation for golangci-lint here : https://golangci-lint.run/usage/configuration/#issues-configuration

Changes

there was only 2 .golangci.yml that needed changes (out of 4) :

  • the one in the cli folder
  • the one in the plugins folder (destination + source)

I did not change theses 2 :

  • plugin-sdk did not have the run.skipdir directive.
  • codegen did not have any .golangci.yml file.

Testing method

I tested with golangci-lint before and after my modification :
Before:
before
After:
after

This is my first contribution, I hope I did everything well,
Have a good day

@dorian6255 dorian6255 requested a review from a team as a code owner May 9, 2024 12:40
@dorian6255 dorian6255 requested review from savme and removed request for a team May 9, 2024 12:40
@dorian6255 dorian6255 changed the title chore: replacing deprecated run.skip-dirs for issues.exclude-dirs in … Chore: replacing deprecated run.skip-dirs for issues.exclude-dirs in … May 9, 2024
@dorian6255 dorian6255 changed the title Chore: replacing deprecated run.skip-dirs for issues.exclude-dirs in … chore: Replacing deprecated run.skip-dirs for issues.exclude-dirs in golanci.yml May 9, 2024
@erezrokah
Copy link
Contributor

Thanks @dorian6255, looks great

@erezrokah erezrokah added the automerge Automatically merge once required checks pass label May 9, 2024
@kodiakhq kodiakhq bot merged commit 6a22399 into cloudquery:main May 9, 2024
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Automatically merge once required checks pass
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants