Skip to content

Commit

Permalink
fix(CI): Fixed linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
SaptarshiSarkar12 committed Jul 23, 2024
1 parent 94fbe75 commit 1f45e23
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/linters/.markdown-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ MD004:
MD005: true # Inconsistent indentation for list items at the same level
MD022: true # Headers should be surrounded by blank lines
MD023: true # Headers must start at the beginning of the line
MD024: true # Multiple headers with the same content
MD024:
allow_different_nesting: true # Multiple headers with the same content under different nesting levels are allowed
MD026:
punctuation: ".,;:!" # Trailing punctuation in header
MD027: true # Multiple spaces after blockquote symbol
Expand Down
4 changes: 2 additions & 2 deletions Website/app/docs/Contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,13 @@ If none of the above categories applies to your case, feel free to create an iss

## Running the Project in IntelliJ IDEA

#### Prerequisites
### Prerequisites

- [Java 21](https://www.oracle.com/java/technologies/downloads/#java21)
- [Download](https://maven.apache.org/download.cgi#previous-stable-3-8-x-release) and [install](https://maven.apache.org/install.html) **Maven** (Maven v3.8.8 is required for building installer or executable binaries for Drifty GUI, locally)
- [IntelliJ IDEA](https://www.jetbrains.com/idea/) (Recommended)

#### Steps
### Steps

1. Clone the repository
```bash
Expand Down

0 comments on commit 1f45e23

Please sign in to comment.