Skip to content

Commit d9d7848

Browse files
ruzickapcotes2020
authored andcommitted
style(linter): fix linter issues
1 parent 70662a0 commit d9d7848

11 files changed

+15
-14
lines changed

.commitlintrc.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"rules": {
3-
"body-max-line-length": [0, "always"]
3+
"body-max-line-length": [
4+
0,
5+
"always"
6+
]
47
}
58
}

.github/CODE_OF_CONDUCT.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ available at <https://www.contributor-covenant.org/version/1/4/code-of-conduct.h
7070
For answers to common questions about this code of conduct, see
7171
<https://www.contributor-covenant.org/faq>
7272

73-
[homepage]: https://www.contributor-covenant.org
73+
[homepage]: https://www.contributor-covenant.org

.github/PULL_REQUEST_TEMPLATE.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
## Description
22

3-
<!--
3+
<!--
44
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
55
66
e.g. Fixes #(issue)
77
-->
88

99
## Type of change
1010

11-
<!--
11+
<!--
1212
Please select the desired item checkbox and change it to "[x]", then delete options that are not relevant.
1313
-->
1414
- [ ] Bug fix (non-breaking change which fixes an issue)
@@ -18,7 +18,7 @@ Please select the desired item checkbox and change it to "[x]", then delete opti
1818

1919
## How has this been tested
2020

21-
<!--
21+
<!--
2222
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
2323
-->
2424

.github/workflows/pages-deploy.yml.hook

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- .gitignore
99
- README.md
1010
- LICENSE
11-
11+
1212
# Allows you to run this workflow manually from the Actions tab
1313
workflow_dispatch:
1414

.nojekyll

-1
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ All notable changes to this project will be documented in this file. See [standa
2020
* code contains spaces in headings ([#644](https://github.com/cotes2020/jekyll-theme-chirpy/issues/644)) ([3fa1bf3](https://github.com/cotes2020/jekyll-theme-chirpy/commit/3fa1bf305451f645a7f3aa93863b076463c8f165))
2121
* correct spelling of `panel` ([#686](https://github.com/cotes2020/jekyll-theme-chirpy/issues/686)) ([b288587](https://github.com/cotes2020/jekyll-theme-chirpy/commit/b288587c1c3d113a1c52c2d25fb46cddda348961))
2222
* correct the i18n for tab titles ([0c5b697](https://github.com/cotes2020/jekyll-theme-chirpy/commit/0c5b697fd3b283b6a5c926742b61ed49d8688c18))
23-
* the `code` doesnt wrap inside the prompt ([#626](https://github.com/cotes2020/jekyll-theme-chirpy/issues/626)) ([378b65a](https://github.com/cotes2020/jekyll-theme-chirpy/commit/378b65a0617787813519dde74d6f741f255eff3d))
23+
* the `code` doesn't wrap inside the prompt ([#626](https://github.com/cotes2020/jekyll-theme-chirpy/issues/626)) ([378b65a](https://github.com/cotes2020/jekyll-theme-chirpy/commit/378b65a0617787813519dde74d6f741f255eff3d))
2424

2525
## [5.2.1](https://github.com/cotes2020/jekyll-theme-chirpy/compare/v5.2.0...v5.2.1) (2022-06-17)
2626

_data/assets/cross_origin.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ lozad:
5353
js: https://cdn.jsdelivr.net/npm/lozad/dist/lozad.min.js
5454

5555
clipboard:
56-
js: https://cdn.jsdelivr.net/npm/clipboard@2/dist/clipboard.min.js
56+
js: https://cdn.jsdelivr.net/npm/clipboard@2/dist/clipboard.min.js
5757

5858
polyfill:
5959
js: https://polyfill.io/v3/polyfill.min.js?features=es6

_data/locales/hu-HU.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ copyright:
3838
# Displayed in the footer
3939
brief: Néhány jog fenntartva.
4040
verbose: >-
41-
Az oldalon található tartalmak
42-
Creative Commons Attribution 4.0 International (CC BY 4.0) licenccel rendelkeznek,
41+
Az oldalon található tartalmak
42+
Creative Commons Attribution 4.0 International (CC BY 4.0) licenccel rendelkeznek,
4343
hacsak másképp nincs jelezve.
4444
4545
meta: Készítve :PLATFORM motorral :THEME témával.

_data/locales/pt-BR.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ copyright:
3737
# Displayed in the footer
3838
brief: Alguns direitos reservados.
3939
verbose: >-
40-
Exceto onde indicado de outra forma, as postagens do blog neste site são licenciadas sob a
40+
Exceto onde indicado de outra forma, as postagens do blog neste site são licenciadas sob a
4141
Creative Commons Attribution 4.0 International (CC BY 4.0) License pelo autor.
4242
4343
meta: Feito com :PLATFORM usando o tema :THEME.

_data/locales/zh-CN.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ post:
6767
copy_code:
6868
succeed: 已复制!
6969
share_link:
70-
title: 分享链接
70+
title: 分享链接
7171
succeed: 链接已复制!
7272
# pinned prompt of posts list on homepage
7373
pin_prompt: 顶置

_tabs/archives.md

-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ layout: archives
33
icon: fas fa-archive
44
order: 3
55
---
6-

0 commit comments

Comments
 (0)