Skip to content

Commit a156a46

Browse files
author
Yusuke Kanazawa
committed
デプロイ前のドキュメントURLをlistルールで除外
1 parent 08337e8 commit a156a46

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

eslint.config.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ export default defineConfig([
6060
// サイトは削除されているがドキュメントとしては残すリンク
6161
"https://www.acroquest.co.jp/webworkshop/javacordingrule/Acroquest_JavaCodingStandard_6_7.pdf",
6262
"http://www.fedict.belgium.be/sites/default/files/downloads/Java_J2EE_conventions_and_guidelines_EN.pdf",
63+
// デプロイ前の参照を無視するリンク
64+
"https://github.com/future-architect/coding-standards/blob/master/documents/forJava/Javaコーディング規約_for_21.md",
6365
],
6466
},
6567
],

0 commit comments

Comments
 (0)