mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 04:41:03 +00:00
Rename PAINT to PALETTE (#4161)
* /paint to /palette * rename paint to palette * rename the modules in palette to be pallets * update Structure.adoc * bump impl * fix CI directory * Update docs/Structure.adoc Co-Authored-By: Benjamin Kampmann <ben@gnunicorn.org>
This commit is contained in:
committed by
Benjamin Kampmann
parent
512c86a72f
commit
2783b44207
@@ -6,19 +6,19 @@
|
||||
# [top-lvl-dir]<[crate-name-prefix]
|
||||
|
||||
# For instance no crate within `./client` directory
|
||||
# is allowed to import any crate with a directory path containing `paint`.
|
||||
# Such rule is just: `client<paint`.
|
||||
# is allowed to import any crate with a directory path containing `palette`.
|
||||
# Such rule is just: `client<palette`.
|
||||
|
||||
# The script should be run from the main repo directory!
|
||||
|
||||
set -u
|
||||
|
||||
PLEASE_DONT=(
|
||||
"client<paint"
|
||||
"client<palette"
|
||||
"client<node"
|
||||
"paint<node"
|
||||
"paint<client"
|
||||
"primitives<paint"
|
||||
"palette<node"
|
||||
"palette<client"
|
||||
"primitives<palette"
|
||||
"primitives<client"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user