mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-10 13:47:12 +00:00
19 lines
931 B
YAML
19 lines
931 B
YAML
##########################################################################################
|
|
# Customize file classifications. #
|
|
# Results from files under any classifier will be excluded from LGTM #
|
|
# statistics. #
|
|
##########################################################################################
|
|
|
|
##########################################################################################
|
|
# Use the `path_classifiers` block to define changes to the default classification of #
|
|
# files. #
|
|
##########################################################################################
|
|
|
|
path_classifiers:
|
|
generated:
|
|
- .pnp.cjs
|
|
- .pnp.loader.mjs
|
|
|
|
docs:
|
|
- packages/cli/examples/*.ts
|