Skip to content

Commit

Permalink
Add tool for auto generating runtime code from metadata (#1812)
Browse files Browse the repository at this point in the history
* Create CLI tool for generating indirect runtimes code

* Use the generated runtime for rialto parachain

* Avoid autogenerated files when executing cargo spellcheck

* Fix clippy warning
  • Loading branch information
serban300 committed Feb 3, 2023
1 parent 86662f2 commit bdb84ce
Show file tree
Hide file tree
Showing 18 changed files with 12,513 additions and 1,065 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ spellcheck:
<<: *docker-env
<<: *test-refs
script:
- cargo spellcheck check --cfg=.config/spellcheck.toml --checkers hunspell -m 1
- cargo spellcheck check --cfg=.config/spellcheck.toml --checkers hunspell -m 1 $(find . -type f -name '*.rs' ! -path "./target/*" ! -name 'codegen_runtime.rs')

#### stage: check

Expand Down
Loading

0 comments on commit bdb84ce

Please sign in to comment.