Skip to content

Commit 319ef87

Browse files
authored
Merge pull request #859 from dev-hato/mv_config_files
super-linterでリポジトリルートの設定ファイルを見るようにする
2 parents 9ea5d6c + f1c1973 commit 319ef87

8 files changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/pr-copy-ci-hato-bot.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,7 @@ jobs:
3131
find hato-bot/${worklows_path} -type f \
3232
-not -name "*hato-bot.yml" \
3333
-exec cp {} "${DEST_PATH}" \;
34-
for f in .markdown-lint.yml .python-lint .python-lint .textlintrc
35-
do
36-
cp hato-bot/.github/linters/${f} sudden-death/.github/linters/
37-
done
38-
for f in .gitleaks.toml .pre-commit-config.yaml .python-version package.json yarn.lock
34+
for f in .markdown-lint.yml .python-lint .textlintrc .gitleaks.toml .pre-commit-config.yaml .python-version package.json yarn.lock
3935
do
4036
cp hato-bot/${f} sudden-death/
4137
done

.github/workflows/pr-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ jobs:
7676
VALIDATE_PYTHON_BLACK: false
7777
VALIDATE_JSCPD: false
7878
VALIDATE_PYTHON_ISORT: false
79+
LINTER_RULES_PATH: .
7980
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8081
WORKON_HOME: ""
8182
PYTHONPATH: ${{ env.PYTHONPATH }}
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)