From e49479feaa5265267cbb465a6653a47b0823bd69 Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Wed, 18 Feb 2026 15:41:38 +0900 Subject: [PATCH] mlc_config.json: ignore iso.org links in markdown-link-check iso.org blocks automated HTTP requests with 403 Forbidden. Also update the ISO 30170 URLs to current format in README.md and CONTRIBUTING.md. Co-authored-by: Claude --- .github/linters/mlc_config.json | 3 +++ CONTRIBUTING.md | 2 +- README.md | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/linters/mlc_config.json b/.github/linters/mlc_config.json index 8fb00f8ca..d58d01ec0 100644 --- a/.github/linters/mlc_config.json +++ b/.github/linters/mlc_config.json @@ -11,6 +11,9 @@ }, { "pattern": "^mailto:" + }, + { + "pattern": "^https://www.iso.org/" } ] } diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fac854ab9..12f5df7f1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -176,7 +176,7 @@ language itself. Please note the following hints for your Ruby code: #### Comply with the Ruby standard (ISO/IEC 30170:2012) mruby is currently targeting to execute Ruby code which complies to ISO/IEC -30170:2012 (), +30170:2012 (), unless there's a clear reason, e.g. the latest Ruby has changed behavior from ISO. ## Building documentation diff --git a/README.md b/README.md index 4822a3a61..825378026 100644 --- a/README.md +++ b/README.md @@ -176,5 +176,5 @@ By contributing, you grant non-exclusive rights to your code under the MIT Licen [![mruby Contributors](https://contrib.rocks/image?repo=mruby/mruby&anon=1&max=500)](https://github.com/mruby/mruby/graphs/contributors) -[ISO-standard]: https://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_detail.htm?csnumber=59579 +[ISO-standard]: https://www.iso.org/standard/59579.html [contribution-guidelines]: CONTRIBUTING.md