ignoreForFile property

List<String>? ignoreForFile
final

You can specify the names of rules to be ignored which are specified in analysis_options.yaml file.

Implementation

final List<String>? ignoreForFile;