hpoul / string_literal_finder

Finding non translated string literals in .dart code files.
10 stars 4 forks source link

Is there a way to exclude barel files? #2

Open rodrigobastosv opened 2 years ago

rodrigobastosv commented 2 years ago

I have a lot of barel files on my project, and the analyzer consider their string literals as non intl strings.

Is there a way to bypass those?