Skip to content

Lint for Substrate projects detecting if there is attempt to throw error after writing to storage

Notifications You must be signed in to change notification settings

gww-parity/substrate_lints

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Currently one lint:

License

Lints are made to be used with Dylint framework. As this framework require lints to be compiled for each version of toolchain, recommened workflow is:

  • keep project directories of all lints you want to update regularily in one directory
  • use dylints_updater to rebuild and update them in batch

Using dylints_updater will make life easier with updating lints (or adding new ones) to new compiler toolchains, so you can enjoy linting like:

cargo dylint write_and_error

or

cargo dylint --all

About

Lint for Substrate projects detecting if there is attempt to throw error after writing to storage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published