-
Notifications
You must be signed in to change notification settings - Fork 15
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
Fix: using git token_id on Templates always assumes GitLab #929
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
linters: | ||
enable: | ||
- errname | ||
- errorlint | ||
- gocheckcompilerdirectives | ||
- gochecknoglobals | ||
- gochecknoinits | ||
- goconst | ||
- gocritic | ||
- misspell | ||
- nilerr | ||
- nilnil | ||
- nlreturn | ||
- perfsprint | ||
- prealloc | ||
- predeclared | ||
- reassign | ||
- sloglint | ||
- spancheck | ||
- testifylint | ||
- unparam | ||
- unused | ||
- usestdlibvars | ||
- wsl | ||
|
||
linters-settings: | ||
errorlint: | ||
asserts: false | ||
errcheck: | ||
exclude-functions: | ||
- (*github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema.ResourceData).Set |
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. does this have anything to do with the issue? |
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. does this have anything to do with the issue? |
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. does this have anything to do with the issue? |
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. does this have anything to do with the issue? |
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. does this have anything to do with the issue? |
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. does this have anything to do with the issue? |
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. does this have anything to do with the issue? |
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. does this have anything to do with the issue? |
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. does this have anything to do with the issue? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is for a new linter... ignore unrelated changes... it's a lot of work so I'm slowly adding it to the PRS.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
review only files related to the issue:
template.go
resource_template.go
resource_template_test.go