An example on building dart custom lints with custom_lint
package.
Check out the blog Custom lints for your Dart/Flutter project to understand how this was built.
dont_say_his_name
-> Voldemort's name shouldn't be mentioned in a variable nameutil_methods_be_static
-> All methods in a Utils
class must be static
one_service_class_per_file
-> Only one Service
class allowed per file