Skip to content

Commit 65c21ee

Browse files
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
1 parent bd42f6e commit 65c21ee

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

.markdownlint-cli2.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
config:
2+
ul-indent: false # MD007
3+
line-length: false # MD013
4+
no-duplicate-heading/no-duplicate-header: false # MD024
5+

.vscode/extensions.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"recommendations": [
3-
"chef-software.chef",
4-
"rebornix.ruby",
5-
"editorconfig.editorconfig"
3+
"chef-software.chef",
4+
"rebornix.ruby",
5+
"editorconfig.editorconfig",
6+
"DavidAnson.vscode-markdownlint"
67
]
78
}

.yamllint

+2
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ rules:
1111
max-spaces-inside: 1
1212
min-spaces-inside-empty: -1
1313
max-spaces-inside-empty: -1
14+
comments:
15+
min-spaces-from-content: 1

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ This file is used to list changes made in each version of the openssh cookbook.
44

55
## Unreleased
66

7+
Standardise files with files in sous-chefs/repo-management
8+
9+
Standardise files with files in sous-chefs/repo-management
10+
711
## 2.10.9 - *2023-02-23*
812

913
Standardise files with files in sous-chefs/repo-management

0 commit comments

Comments
 (0)