You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before:
UNUSED unused: Unused variable v
1. Replace UNUSED with INFO in non-LSP mode:
INFO unused: Unused variable v
2. Re-word message:
INFO unused: Vairable v is unused
Fixes#397
Signed-off-by: Iskander Sharipov <quasilyte@gmail.com>
Before:
UNUSED unused: Unused variable v
1. Replace UNUSED with INFO in non-LSP mode:
INFO unused: Unused variable v
2. Re-word message:
INFO unused: Vairable v is unused
Fixes#397
Signed-off-by: Iskander Sharipov <quasilyte@gmail.com>
Before:
UNUSED unused: Unused variable v
1. Replace UNUSED with INFO in non-LSP mode:
INFO unused: Unused variable v
2. Re-word message:
INFO unused: Vairable v is unused
Fixes#397
Signed-off-by: Iskander Sharipov <quasilyte@gmail.com>
Code Example
Actual Behavior
Expected Behavior
Something that doesn't say "unused" 3 times. 1 time (or maybe 2) is enough for most people. 😅
The text was updated successfully, but these errors were encountered: