elvis_core icon indicating copy to clipboard operation
elvis_core copied to clipboard

Add code suggestions to comments

Open elbrujohalcon opened this issue 9 years ago • 2 comments

When possible, add code suggestions to the warnings. As an example, Instead of…

  • macro_names
    • Invalid macro name the_macro on line 11. Use UPPER_CASE.

…say…

  • macro_names
    • Invalid macro name the_macro on line 11. Use UPPER_CASE.
    • QuickFix: replace it by THE_MACRO

elbrujohalcon avatar Dec 02 '14 11:12 elbrujohalcon