From 38faefcf56d1583336d57bff5703907be753f585 Mon Sep 17 00:00:00 2001 From: Kouteki Date: Mon, 8 Apr 2024 14:34:36 +0200 Subject: [PATCH 1/4] update dictionary terms --- spell-check-dictionary.txt | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/spell-check-dictionary.txt b/spell-check-dictionary.txt index 3befbec..230c104 100644 --- a/spell-check-dictionary.txt +++ b/spell-check-dictionary.txt @@ -105,4 +105,25 @@ Gnodaos dApp Berty Dev -devs \ No newline at end of file +devs +roadmap +Jae's +OKR +de facto +HackMD +Ideation +async +PR +PRs +1h +30min +DevRel +DevX +DMs +DM +Testnet4 +Test4 +mainnet +TPM +Nemanja +kouteki \ No newline at end of file From ec069a2af8e1ec3b4292552b4a54906cac34be65 Mon Sep 17 00:00:00 2001 From: Kouteki Date: Mon, 8 Apr 2024 14:46:52 +0200 Subject: [PATCH 2/4] add Boltz and Aleksic in spell-check dictionary --- spell-check-dictionary.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/spell-check-dictionary.txt b/spell-check-dictionary.txt index 230c104..439f8c6 100644 --- a/spell-check-dictionary.txt +++ b/spell-check-dictionary.txt @@ -126,4 +126,6 @@ Test4 mainnet TPM Nemanja -kouteki \ No newline at end of file +kouteki +Boltz +Aleksic \ No newline at end of file From 0d42ba36f1e614a4b9becb69df8e9bae583a9a63 Mon Sep 17 00:00:00 2001 From: Kouteki Date: Mon, 8 Apr 2024 15:00:43 +0200 Subject: [PATCH 3/4] remove usabilla from CI --- docs/engineering/conventions/documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/engineering/conventions/documentation.md b/docs/engineering/conventions/documentation.md index 0a67e7f..bb17889 100644 --- a/docs/engineering/conventions/documentation.md +++ b/docs/engineering/conventions/documentation.md @@ -97,7 +97,7 @@ TL;DR: - [Google Developer Documentation Style Guide](https://developers.google.com/style/) - [Avoiding sexist language](https://www.hamilton.edu/academics/centers/writing/style/essentials/sexist-and-non-sexist-language) -- [How to Design for Color Blindness](http://blog.usabilla.com/how-to-design-for-color-blindness/) + - [Disabling Ableist Language](https://www.copyediting.com/disabling-ableist-language/#.Wk6yeFQ-dE4) - [Semantic Versioning](https://semver.org/) From 69ae1fc08b1edf4a49879efc0c0c9d7de6a2c494 Mon Sep 17 00:00:00 2001 From: Kouteki Date: Mon, 8 Apr 2024 15:10:34 +0200 Subject: [PATCH 4/4] fix mkdocs CI check --- docs/engineering/conventions/documentation.md | 3 +-- docs/engineering/gno.land/setup.md | 10 ---------- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/docs/engineering/conventions/documentation.md b/docs/engineering/conventions/documentation.md index bb17889..94a9d96 100644 --- a/docs/engineering/conventions/documentation.md +++ b/docs/engineering/conventions/documentation.md @@ -96,8 +96,7 @@ TL;DR: ## Resources - [Google Developer Documentation Style Guide](https://developers.google.com/style/) -- [Avoiding sexist language](https://www.hamilton.edu/academics/centers/writing/style/essentials/sexist-and-non-sexist-language) - +- [Avoiding sexist language](https://www.hamilton.edu/academics/centers/writing/style/essentials/sexist-and-non-sexist-language)S - [Disabling Ableist Language](https://www.copyediting.com/disabling-ableist-language/#.Wk6yeFQ-dE4) - [Semantic Versioning](https://semver.org/) diff --git a/docs/engineering/gno.land/setup.md b/docs/engineering/gno.land/setup.md index 1cf22e2..2d4d562 100644 --- a/docs/engineering/gno.land/setup.md +++ b/docs/engineering/gno.land/setup.md @@ -73,16 +73,6 @@ the locally cloned gno repo. For example: gno test --root-dir /Users/zmilos/Work/gno path/to/package ``` -## Running the linter - -We use the [`golangci-lint` linter](https://golangci-lint.run/usage/install/#local-installation) for both our CI and -local linting. Once you ensure it is installed, run the following -command: - -```bash -make lint -``` - ## Clearing out local data As the local blockchain node runs, it creates on-disk temporary storage. To clear these subdirectories, run the