Skip to content

Commit

Permalink
lintの不要な設定を削除。
Browse files Browse the repository at this point in the history
  • Loading branch information
fkoyama committed Feb 4, 2025
1 parent db82797 commit b2dc065
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 11 deletions.
4 changes: 0 additions & 4 deletions .markdownlint-cli2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,8 @@ customRules:
gitignore: true

# 全ての md ファイルを対象に markdownlint-cli2 を実行する
# ただし、 Github の Issues や Pull requests に使用されるテンプレート用の md はテスト対象から除外する
# Github の Issues や Pull requests に設定の Tag が含まれることを防ぐため yaml 上で除外設定を実行する
globs:
- "**/*.md"
- "!**/.github/ISSUE_TEMPLATE/**/*.md"
- "!**/.github/pull_request_template.md"

# md ファイル以外の markdownlint の除外対象を以下に記載する
ignores:
Expand Down
4 changes: 0 additions & 4 deletions .textlintignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# dotnet アプリケーションのビルド成果物フォルダーは検査を除外
samples/**/@(obj|bin)/**

# Github の Issues や Pull requests のテンプレートファイルをテスト対象から除外
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/*.md

# third-party-licenses フォルダーはコピーしたファイルを配置するため、テスト対象から除外
third-party-licenses/**
3 changes: 0 additions & 3 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
"inheritdoc",
"langword",
"linenums",
"markdownlint",
"mkdocs",
"MSAL",
"mssql",
Expand All @@ -52,8 +51,6 @@
"Newtonsoft",
"Noto",
"nswag",
"openapi",
"openapitools.json",
"paramref",
"pinia",
"PKCE",
Expand Down

0 comments on commit b2dc065

Please sign in to comment.