dart_custom_lint icon indicating copy to clipboard operation
dart_custom_lint copied to clipboard

Utilize `analysis_options` exclude

Open atoka93 opened this issue 2 years ago • 0 comments

It would be useful to have the paths excluded in analysis_options.yaml also excluded in the custom lints.

I saw that the analyzer options are already available at ContextRoot.optionsFile so theoretically the exclude paths could be parsed and used, not sure if there is a better way to achieve that.

A slightly lesser but possible solution to excluding would be #4.

atoka93 avatar Aug 17 '22 07:08 atoka93