solid-software / solid_lints

🟧 Lints for Dart and Flutter based on software industry standards and best practices.
Other
36 stars 18 forks source link

Add missing tests for custom_lint #35

Closed n-bernat closed 1 year ago

n-bernat commented 1 year ago

// expect_lint allows us to specify that on the following line there should be a match. It returns an error if the line below that is not matched. If it's matched then this line is ignored.