fix: STORIF-247 - Thoughput quota formatting fixed. #8305
Annotations
2 warnings
|
ESLint Review (manager):
packages/manager/src/features/Account/Quotas/Quotas.test.tsx#L19
[eslint] reported by reviewdog 🐶
'usage' is defined but never used. Allowed unused args must match /^_/u.
Raw Output:
{"ruleId":"no-unused-vars","severity":1,"message":"'usage' is defined but never used. Allowed unused args must match /^_/u.","line":19,"column":49,"nodeType":"Identifier","messageId":"unusedVar","endLine":19,"endColumn":66,"suggestions":[{"messageId":"removeVar","data":{"varName":"usage"},"fix":{"range":[620,639],"text":""},"desc":"Remove unused variable 'usage'."}]}
|
|
ESLint Review (manager):
packages/manager/src/features/Account/Quotas/Quotas.test.tsx#L19
[eslint] reported by reviewdog 🐶
Remove the unused function parameter "usage" or rename it to "_usage" to make intention explicit.
Raw Output:
{"ruleId":"sonarjs/no-unused-function-argument","severity":1,"message":"Remove the unused function parameter \"usage\" or rename it to \"_usage\" to make intention explicit.","line":19,"column":49,"nodeType":"Identifier","messageId":"removeOrRenameParameter","endLine":19,"endColumn":66,"suggestions":[{"messageId":"suggestRenameParameter","data":{"param":"usage"},"fix":{"range":[622,622],"text":"_"},"desc":"Rename \"usage\" to \"_usage\""},{"messageId":"suggestRemoveParameter","data":{"param":"usage"},"fix":{"range":[621,653],"text":""},"desc":"Remove \"usage\" (beware of call sites)"}]}
|