Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
docs: updating check linting target command referenced
Browse files Browse the repository at this point in the history
  • Loading branch information
DeveloperC286 committed Sep 15, 2023
1 parent 6af3859 commit a39a8d1
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a39a8d1

Please sign in to comment.