mirror of
https://github.com/Pumpkin-MC/Pumpkin.git
synced 2026-08-31 08:22:33 +00:00
* initial commit * split snbt into modules * formatted * clippy warnings fixed * added more rules * applied clippy fixes * added even more rules * fixed clippy errors * made all the required rules * added some integer tests * fixed clippy errors part 2 * finish up the last integer tests * added float tests and some basic string tests * quoted string literals * `bool` operation tests done * operation and maps * fixed conflicts # Conflicts: # pumpkin-nbt/src/tag.rs * fixed clippy errors * added message to `todo!()` * fixed `indexmap` dependency for `pumpkin-codegen` * fixed `typos` errors * removed usage of `peek_byte()` for consistency * removed useless macro * moved some parser functions into a trait * new translation changes
9 lines
176 B
TOML
9 lines
176 B
TOML
[files]
|
|
extend-exclude = ["assets/", "pumpkin-data/src/generated"]
|
|
|
|
[default.extend-words]
|
|
handled = "handled"
|
|
received = "received"
|
|
ba = "ba"
|
|
fo = "fo"
|
|
undescore = "undescore" |