Automated PR: Standardising Files
This PR will standardise the files we have with out agreed spec in sous-chefs/repo-management. This repo has been identified by topic(s) of chef-cookbook
This commit is contained in:
parent
4a4fda700c
commit
377016c3cf
5
.markdownlint-cli2.yaml
Normal file
5
.markdownlint-cli2.yaml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
config:
|
||||||
|
ul-indent: false # MD007
|
||||||
|
line-length: false # MD013
|
||||||
|
no-duplicate-heading/no-duplicate-header: false # MD024
|
||||||
|
|
3
.vscode/extensions.json
vendored
3
.vscode/extensions.json
vendored
@ -2,6 +2,7 @@
|
|||||||
"recommendations": [
|
"recommendations": [
|
||||||
"chef-software.chef",
|
"chef-software.chef",
|
||||||
"rebornix.ruby",
|
"rebornix.ruby",
|
||||||
"editorconfig.editorconfig"
|
"editorconfig.editorconfig",
|
||||||
|
"DavidAnson.vscode-markdownlint"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -11,3 +11,5 @@ rules:
|
|||||||
max-spaces-inside: 1
|
max-spaces-inside: 1
|
||||||
min-spaces-inside-empty: -1
|
min-spaces-inside-empty: -1
|
||||||
max-spaces-inside-empty: -1
|
max-spaces-inside-empty: -1
|
||||||
|
comments:
|
||||||
|
min-spaces-from-content: 1
|
||||||
|
@ -4,6 +4,10 @@ This file is used to list changes made in each version of the postfix cookbook.
|
|||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
Standardise files with files in sous-chefs/repo-management
|
||||||
|
|
||||||
|
Standardise files with files in sous-chefs/repo-management
|
||||||
|
|
||||||
## 6.0.12 - *2023-02-23*
|
## 6.0.12 - *2023-02-23*
|
||||||
|
|
||||||
Standardise files with files in sous-chefs/repo-management
|
Standardise files with files in sous-chefs/repo-management
|
||||||
|
Loading…
x
Reference in New Issue
Block a user