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

Add license for string processing #476

Merged
merged 2 commits into from Oct 13, 2023
Merged

Conversation

goccy
Copy link
Owner

@goccy goccy commented Oct 13, 2023

ref #475

@codecov-commenter
Copy link

codecov-commenter commented Oct 13, 2023

Codecov Report

Merging #476 (8f39c90) into master (8e8cdea) will increase coverage by 0.01%.
The diff coverage is 100.00%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #476      +/-   ##
==========================================
+ Coverage   76.75%   76.76%   +0.01%     
==========================================
  Files          55       55              
  Lines       18921    18921              
==========================================
+ Hits        14522    14525       +3     
+ Misses       3763     3761       -2     
+ Partials      636      635       -1     

@goccy goccy merged commit 9b91208 into master Oct 13, 2023
14 checks passed
@goccy goccy deleted the add-license-for-segmentio-encoding branch October 13, 2023 03:33
@@ -30,7 +30,7 @@ golangci-lint: | $(BIN_DIR)
GOLANGCI_LINT_TMP_DIR=$$(mktemp -d); \
cd $$GOLANGCI_LINT_TMP_DIR; \
go mod init tmp; \
GOBIN=$(BIN_DIR) go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.48.0; \
GOBIN=$(BIN_DIR) go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.54.2; \

Choose a reason for hiding this comment

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

@goccy When will this be in a release? There is a divide here between lint in 1.19 and previous and 1.20 and forward.

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.

None yet

3 participants