Skip to content

Conversation

samiam2013
Copy link
Collaborator

You've made a useful and now popular (rightfully so) linter, and I think this code deserves community support. We got a ticket (#22) about the version being wrong which I would have fixed during my work if I had taken note.

This is a simple contribution guide for your consideration.

@samiam2013 samiam2013 requested a review from houqp January 19, 2023 00:25
@codecov-commenter
Copy link

Codecov Report

Base: 79.59% // Head: 79.59% // No change to project coverage 👍

Coverage data is based on head (b46db20) compared to base (5d21782).
Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #24   +/-   ##
=======================================
  Coverage   79.59%   79.59%           
=======================================
  Files           5        5           
  Lines         838      838           
=======================================
  Hits          667      667           
  Misses        129      129           
  Partials       42       42           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

`go get` or `go install` puts sqlvet in `$GOPATH` or `$HOME/go`. You're able to fork and the repo into another directory to make changes. `go test ./...` works pretty well for testing changes.

## Development Workflow Requirements
The `const version` needs to be updated with changes before new releases are tagged and published.
Copy link
Owner

Choose a reason for hiding this comment

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

for future improvements, we could also dynamically inject the version value at build time during release CI runs using the tag value so we don't need to maintain versions in multiple places.

@houqp houqp merged commit 4e66a98 into houqp:master Jan 19, 2023
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.

3 participants