Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
dazoulay-simplicite committed Dec 13, 2024
1 parent b073b72 commit 1ddb4b4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ If required, you can specify additional settings to change the Maven settings ge
"checkstyle": <true to execute the CheckStyle verification at build>,
"jshint": <true to execute the JSHint check at build>,
"eslint": <true to execute the ESLint check at build>,
"stylelint": <true to execute the StyleLint check at build>,
"dependencies": [
{
"groupId": "<additional dependency's group ID>",
Expand Down Expand Up @@ -206,6 +207,16 @@ If required, you can specify additional settings to change the ESLint&reg; confi
}
```

### StyleLint&reg; settings <span id="stylelint"></span>

If required, you can specify additional settings to change the StyleLint&reg; configuration.

```json
{
"stylelintConfig": "<default|<JSON resource name>>"
}
```

### GPG signature <span id="gpg"></span>

As of version 5.3 it is possible to enable GPG signature of commits.
Expand Down
2 changes: 1 addition & 1 deletion content/CTG_50_docs/LSN_150_quality/quality.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ The code style is analysed at least at each `master` branch build using the foll

- **Java** using [Checkstyle](https://checkstyle.sourceforge.io)
- **JavaScript** using [ESLint](https://eslint.org)
- **styles** using [Stylelint](https://stylelint.io)
- **styles** using [StyleLint](https://stylelint.io)

Any issue is fixed as soon as detected by the above tools.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -808,7 +808,7 @@ See above

<h3 id="version-5.0.30">5.0.30 (2021-03-16)</h3>

- ESlint/StyleLint fixes
- ESLint/StyleLint fixes
- Custom error pages for all HTTP codes
- Fixed KeyCloak language default

Expand Down

0 comments on commit 1ddb4b4

Please sign in to comment.