From a39a8d1204a91ec93123ba46814a98b542053bb8 Mon Sep 17 00:00:00 2001 From: DeveloperC Date: Sat, 16 Sep 2023 00:39:03 +0100 Subject: [PATCH] docs: updating check linting target command referenced --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index fc86318..a6cc492 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,7 @@ This amount should then be transferred into a savings goal, helping the customer * [Commands](#commands) * [Check Formatting](#check-formatting) * [Fix Formatting](#fix-formatting) - * [Linting](#linting) - * [Linting](#linting) + * [Check Linting](#check-linting) * [Check Module Tidying](#check-module-tidying) * [Fix Module Tidying](#fix-module-tidying) * [Compiling](#compiling) @@ -157,11 +156,11 @@ You can fix the formatting of the source code by running the command. earthly +fix-formatting ``` -#### Linting -You can lint the source code by running the command. +#### Check Linting +You can check the source code passes all linting by running the command. ```sh -earthly +linting +earthly +check-linting ``` #### Check Module Tidying