-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(confluence-server): Updated image to v8.5.9 (#955)
Signed-off-by: Steve Hipwell <[email protected]>
- Loading branch information
1 parent
c5985ba
commit e723717
Showing
3 changed files
with
53 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
// cSpell Settings | ||
{ | ||
// Version of the setting file. Always 0.2 | ||
"version": "0.2", | ||
// language - current active spelling language | ||
"language": "en", | ||
// regex patterns to ignore | ||
"ignoreRegExpList": [ | ||
"/artifacthub\\.io/.+/gi", | ||
"/cgr\\.dev/.+/gi" | ||
], | ||
// words to ignore | ||
"ignoreWords": [ | ||
"alertmanagers", | ||
"fullname", | ||
"ldaps", | ||
"objstore" | ||
], | ||
// words - list of words to be always considered correct | ||
"words": [ | ||
"automount", | ||
"Logback", | ||
"logfmt", | ||
"Sonatype", | ||
"Thanos", | ||
"TSDB" | ||
], | ||
// flagWords - list of words to be always considered incorrect | ||
// This is useful for offensive words and common spelling errors. | ||
// For example "hte" should be "the" | ||
"flagWords": [ | ||
"hte" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters