File tree Expand file tree Collapse file tree 4 files changed +46
-14
lines changed
Expand file tree Collapse file tree 4 files changed +46
-14
lines changed Original file line number Diff line number Diff line change 1111 "code-block-style": {
1212 "style": "fenced"
1313 },
14- "MD033": {
15- "allowed_elements": [
16- "details",
17- "summary"
18- ]
19- }
14+ "MD033": false
2015}
Original file line number Diff line number Diff line change @@ -17,14 +17,24 @@ repos:
1717 rev : v0.19.1
1818 hooks :
1919 - id : gitlint
20- args : [--contrib=contrib-title-conventional-commits, --ignore=body-is-missing, --msg-filename]
20+ args :
21+ [
22+ --contrib=contrib-title-conventional-commits,
23+ --ignore=body-is-missing,
24+ --msg-filename,
25+ ]
2126
2227 - repo : https://github.com/igorshubovych/markdownlint-cli
2328 rev : v0.45.0
2429 hooks :
2530 - id : markdownlint
2631 exclude : |
27- (?x)^(
28- .github/PULL_REQUEST_TEMPLATE.md|
29- profile/README.md
30- )$
32+ (?x)^(
33+ .github/PULL_REQUEST_TEMPLATE.md|
34+ profile/README.md
35+ )$
36+
37+ - repo : https://github.com/devops-roast/readme-weaver
38+ rev : v0.1.1
39+ hooks :
40+ - id : readme-weaver
Original file line number Diff line number Diff line change 11# .github
22
3- _ Default [ community health
4- files] ( https://help.github.com/en/github/building-a-strong-community/creating-a-default-community-health-file )
5- for all devops-roast's open-source projects_ .
3+ _ Default [ community health files] ( https://help.github.com/en/github/building-a-strong-community/creating-a-default-community-health-file ) for all devops-roast's open-source projects_ .
4+
5+ <!-- md:include start path="common-markdown/sponsorship.md" required=true -->
6+ <!-- content below is auto-generated; do not edit -->
7+ ## Sponsorship
8+
9+ <div align =" center " >
10+
11+ If you find this project helpful and would like to support its development,
12+ consider buying me a coffee via PayPal:
13+
14+ π β <a href =" https://www.paypal.me/shmileee " ><b ><code >paypal.me/shmileee</code ></b ></a >
15+
16+ Your support is greatly appreciated! ππ
17+
18+ </div >
19+
20+ <!-- md:include end -->
Original file line number Diff line number Diff line change 1+ ## Sponsorship
2+
3+ <div align =" center " >
4+
5+ If you find this project helpful and would like to support its development,
6+ consider buying me a coffee via PayPal:
7+
8+ π β <a href =" https://www.paypal.me/shmileee " ><b ><code >paypal.me/shmileee</code ></b ></a >
9+
10+ Your support is greatly appreciated! ππ
11+
12+ </div >
You canβt perform that action at this time.
0 commit comments