Basic TOML Lint (#11348)

* basic lint

* lint ordering
This commit is contained in:
Shawn Tabrizi
2022-05-04 14:38:54 +01:00
committed by GitHub
parent 19a9e56444
commit 7d5202341b
186 changed files with 1435 additions and 1531 deletions
@@ -15,11 +15,11 @@ targets = ["x86_64-unknown-linux-gnu"]
proc-macro = true
[dependencies]
frame-support-procedural-tools = { version = "4.0.0-dev", path = "./tools" }
Inflector = "0.11.4"
proc-macro2 = "1.0.37"
quote = "1.0.10"
Inflector = "0.11.4"
syn = { version = "1.0.82", features = ["full"] }
frame-support-procedural-tools = { version = "4.0.0-dev", path = "./tools" }
[features]
default = ["std"]