Update: read messages from rules/**.toml

This commit is contained in:
itiB
2020-10-29 23:00:55 +09:00
parent c53b4b6f46
commit 1d8a9c19d2
8 changed files with 61 additions and 10 deletions

View File

@@ -0,0 +1,6 @@
[rule]
severity = "high"
name = "4103"
messages = [
["4103", { ja = "パイプライン実行をしています", en = "Execute Pipeline" }]
]

View File

@@ -0,0 +1,6 @@
[rule]
severity = "high"
name = "4104"
messages = [
["4104", { ja = "リモートコマンドを実行します", en = "Excute Remote Command" }]
]