bealex / SwiftLintAppCode

Provides highlighting of the SwiftLint errors in the AppCode
MIT License
52 stars 8 forks source link

Cannot change severity settings in inspections #53

Open windaishi opened 3 years ago

windaishi commented 3 years ago

Hey,

it seems like the plugin does ignore the settings for severity in the inspections:

image

It would be nice if there were 2 options to select the Severity for a SwiftLint Error and Warning.

But still awesome plugin 👍

bealex commented 3 years ago

Hi,

Thanks for the kind words. I'd love to configure severity granularly for each specific SwiftLint inspection, but it is pretty hard task to synchronise them with configuration files. Basically, configuration via .yml files makes this AppCode config almost impossible :-(

But I will continue to think what I can do with that. Maybe someday I will find the answer. :-)