Uh oh!
There was an error while loading. Please reload this page.
Prefer %v over %d,%s and add fmtpercentv custom linter - #3756
Conversation
Signed-off-by: Glenn Lewis <6598971+gmlewis@users.noreply.github.com>
Signed-off-by: Glenn Lewis <6598971+gmlewis@users.noreply.github.com>
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@## master #3756 +/- ##
=======================================
Coverage 91.11% 91.11% =======================================
Files 187 187 Lines 16702 16702 =======================================
Hits 15218 15218 Misses 1296 1296 Partials 188 188 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
gmlewis
commented
Oct 4, 2025
@stevehipwell - @alexandear - @zyfy29 - might you have time for a code review? Thank you! |
Signed-off-by: Glenn Lewis <6598971+gmlewis@users.noreply.github.com>
%v over %d,%s and add urlpercentv custom linter%v over %d,%s and add fmtpercentv custom linterSigned-off-by: Glenn Lewis <6598971+gmlewis@users.noreply.github.com>
gmlewis
commented
Oct 5, 2025
OK, great idea, @zyfy29! I've renamed PTAL. |
gmlewis
commented
Oct 6, 2025
Thank you, @zyfy29! |
Uh oh!
There was an error while loading. Please reload this page.
This PR formalizes the preference of
%vover the use of%sor%din this repo by adding a custom linter that enforces this preference.