chore: remove lint command and associated build/release configurations#4478
Draft
thomaspoignant wants to merge 4 commits intomainfrom
Draft
chore: remove lint command and associated build/release configurations#4478thomaspoignant wants to merge 4 commits intomainfrom
thomaspoignant wants to merge 4 commits intomainfrom
Conversation
- Remove build-lint target from Makefile - Remove lint command build, archive, docker, homebrew, and scoop configurations from .goreleaser.yaml - Remove dockerhub-lint job from release workflow - Update README.md to reference go-feature-flag-cli instead of go-feature-flag-lint
✅ Deploy Preview for go-feature-flag-doc-preview canceled.
|
Signed-off-by: Thomas Poignant <thomas.poignant@gofeatureflag.org>
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4478 +/- ##
==========================================
+ Coverage 85.77% 86.09% +0.31%
==========================================
Files 153 151 -2
Lines 6531 6492 -39
==========================================
- Hits 5602 5589 -13
+ Misses 697 672 -25
+ Partials 232 231 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Warning
DO NOT MERGE BEFORE VERSION 1.53.0
This PR should only be merged after version 1.53.0 has been released.
Description
This PR removes the standalone lint command and all associated build and release configurations.
What was the problem?
The lint command has been deprecated in favor of the lint functionality integrated into the CLI. The standalone lint command and its build/release configurations are no longer needed.
How it is resolved?
How can we test the change?
Breaking changes:
Closes issue(s)
Checklist