Skip to content

coder-with-a-bushido/dart-my-lints

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Lints

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.

Lint Rules

  1. dont_say_his_name -> Voldemort's name shouldn't be mentioned in a variable name
  2. util_methods_be_static -> All methods in a Utils class must be static
  3. one_service_class_per_file -> Only one Service class allowed per file

Assists

  1. Insert a random spell in the string literal

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages