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
@amc6 Thanks for the tip, that's super helpful! But yeah I have to agree optimally it would be printed by default without having to run with --verbose :P
Expected Behavior
violations print the name of the rule ie
[ktlint] /foo/bar/FooBar.kt:40:21: Line must not begin with "&&" (rule: nameoftherule)
Observed Behavior
violations don't print the name of the rule
[ktlint] /foo/bar/FooBar.kt:40:21: Line must not begin with "&&"
Steps to Reproduce
add to any file && at beginning of line (or any rule violation to any file)
Your Environment
The text was updated successfully, but these errors were encountered: