Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .markdownlint-cli2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## Markdownlint-cli2 config file
## See also:
## .markdownlintignore.yaml
## .markdownlint.yaml
## https://github.com/DavidAnson/markdownlint-cli2

ignores:
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- COPYRIGHT.md
- SECURITY.MD
4 changes: 4 additions & 0 deletions .markdownlintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
CODE_OF_CONDUCT.md
CONTRIBUTING.md
COPYRIGHT.md
SECURITY.MD
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Contributing to a Progress Chef InSpec Project

Thank you for your interest in contributing to this project! It is part of the larger Progress Chef InSpec project. Contribution guidelines can be found at [Contributing to Progress Chef InSpec](https://chef.github.io/chef-oss-practices/projects/inspec/contributing/).
Loading