linter
linter copied to clipboard
A linting compiler plugin
Results
3
linter issues
Sort by
recently updated
recently updated
newest added
This happens easily when writing actor based code where you often have a set of messages defined like this: case class Start(arg: Int) case object Stop If you now use...
I've added an option to pass in a properties file that allows the plugin's user to define the action to take on encountering a construct that it wants to warn...