-
Notifications
You must be signed in to change notification settings - Fork 0
lint用のtaskを書く #1285
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
lint用のtaskを書く #1285
Conversation
|
Migrate lint Lint output |
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1285 +/- ##
=======================================
Coverage 50.34% 50.34%
=======================================
Files 129 129
Lines 11407 11407
=======================================
Hits 5743 5743
Misses 5363 5363
Partials 301 301 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
User description
PR Type
Enhancement
Description
golangci-lint用のlintタスクを追加
自動修正対応のlint:fixタスクを追加
OS別Taskfileに同一タスクを反映
mainブランチ差分に対してlintを実行
Changes walkthrough 📝
Taskfile.yml
ルートTaskfileにlintタスク追加Taskfile.yml
lintタスクを追加lint:fixタスクを追加Taskfile_darwin.yml
Darwin向けlintタスク追加task/Taskfile_darwin.yml
lintタスクを追加lint:fixタスクを追加Taskfile_linux.yml
Linux向けlintタスク追加task/Taskfile_linux.yml
lintタスクを追加lint:fixタスクを追加Taskfile_unix.yml
Unix向けgolangci-lintタスク追加task/Taskfile_unix.yml
lintタスクを追加(golangci-lint run --new-from-merge-base main)lint:fixタスクを追加(--fixオプション付き)Taskfile_windows.yml
Windows向けgolangci-lintタスク追加task/Taskfile_windows.yml
lintタスクを追加(Windowsパス)lint:fixタスクを追加(--fixオプション付き)