From 98464868c75b9024e929378a26a140cfb80ea36c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Tue, 16 Jan 2024 20:40:55 +0100 Subject: [PATCH] docs: Move HACKING Start consolidating project-wide documentation in the docs/ folder. While at it, change the name `js-coding-style`, which is both less ominous and allows for an accompanying `c-coding-style`. Part-of: --- .gitlab-ci/eslint-coding-style.sh | 2 +- HACKING.md => docs/js-coding-style.md | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename HACKING.md => docs/js-coding-style.md (100%) diff --git a/.gitlab-ci/eslint-coding-style.sh b/.gitlab-ci/eslint-coding-style.sh index 783075bd8..772d7463e 100755 --- a/.gitlab-ci/eslint-coding-style.sh +++ b/.gitlab-ci/eslint-coding-style.sh @@ -35,7 +35,7 @@ awk --assign dir=$OUTDIR -- ' /```javascript$/ { do_print = 1; } -' HACKING.md +' docs/js-coding-style.md eslint \ --rule 'no-undef: off' \ diff --git a/HACKING.md b/docs/js-coding-style.md similarity index 100% rename from HACKING.md rename to docs/js-coding-style.md