From 22d77caa9611d5ba6eb0321653b0ca7b792aaafa Mon Sep 17 00:00:00 2001 From: Denis Kristak Date: Mon, 10 Jul 2023 14:06:04 +0200 Subject: [PATCH 1/2] updated an example in this docs --- docs/code-style.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/code-style.md b/docs/code-style.md index 6bfaf30b5..37987e496 100644 --- a/docs/code-style.md +++ b/docs/code-style.md @@ -19,7 +19,7 @@ The only (major) exception to PEP8 is our preference for longer line lengths: li ## Notes Code style in easyconfig files can be **automatically checked** using `--check-contrib`, -for example: `eb --check-contrib sympy-1.3-intel-2018a-Python-2.7.14.eb` +for example: `eb --check-contrib DBD-mysql-4.050-GCC-11.3.0.eb` (see [Code style review][contributing_review_process_code_style] for more details). Style guides that go a step beyond PEP8: From 0a4ac4e5af6801568050d322d2479bc78bcc607d Mon Sep 17 00:00:00 2001 From: Kenneth Hoste Date: Thu, 17 Aug 2023 09:54:43 +0200 Subject: [PATCH 2/2] use HPL easyconfig as example for --check-contrib --- docs/code-style.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/code-style.md b/docs/code-style.md index 37987e496..3ccf315c0 100644 --- a/docs/code-style.md +++ b/docs/code-style.md @@ -19,7 +19,7 @@ The only (major) exception to PEP8 is our preference for longer line lengths: li ## Notes Code style in easyconfig files can be **automatically checked** using `--check-contrib`, -for example: `eb --check-contrib DBD-mysql-4.050-GCC-11.3.0.eb` +for example: `eb --check-contrib HPL-2.3-foss-2022b.eb` (see [Code style review][contributing_review_process_code_style] for more details). Style guides that go a step beyond PEP8: