Skip to content

Commit cff68ed

Browse files
massongitrenovate[bot]github-actions[bot]
authored
super-linterアップデート (#1534)
* Update super-linter/super-linter action to v8.3.0 * gitleaksをアップデートしてあげたよ! (#1532) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Add .markdown-lint.yml * ignore MD060 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 854d21c commit cff68ed

File tree

3 files changed

+38
-2
lines changed

3 files changed

+38
-2
lines changed

.github/workflows/super-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
# Run Linter against code base #
5555
################################
5656
- name: Lint Code Base
57-
uses: super-linter/super-linter/slim@2bdd90ed3262e023ac84bf8fe35dc480721fc1f2 # v8.2.1
57+
uses: super-linter/super-linter/slim@502f4fe48a81a392756e173e39a861f8c8efe056 # v8.3.0
5858
env:
5959
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6060
DEFAULT_BRANCH: main

.markdown-lint.yml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
# https://github.com/super-linter/super-linter/blob/2664cb3b19839c209e23e9061ab5beeba01c6093/TEMPLATES/.markdown-lint.yml
3+
###########################
4+
###########################
5+
## Markdown Linter rules ##
6+
###########################
7+
###########################
8+
9+
# Linter rules doc:
10+
# - https://github.com/DavidAnson/markdownlint
11+
#
12+
# Note:
13+
# To comment out a single error:
14+
# <!-- markdownlint-disable -->
15+
# any violations you want
16+
# <!-- markdownlint-restore -->
17+
#
18+
19+
###############
20+
# Rules by id #
21+
###############
22+
MD004: false # Unordered list style
23+
MD007:
24+
indent: 2 # Unordered list indentation
25+
MD013:
26+
line_length: 400 # Line length 80 is far too short
27+
MD026:
28+
punctuation: ".,;:!。,;:" # List of not allowed
29+
MD029: false # Ordered list item prefix
30+
MD033: false # Allow inline HTML
31+
MD036: false # Emphasis used instead of a heading
32+
MD060: false
33+
#################
34+
# Rules by tags #
35+
#################
36+
blank_lines: false # Error on blank lines

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
repos:
33
- repo: https://github.com/zricethezav/gitleaks
4-
rev: v8.28.0
4+
rev: v8.29.1
55
hooks:
66
- id: gitleaks

0 commit comments

Comments
 (0)