Skip to content

Commit

Permalink
message追加
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed Jun 25, 2024
1 parent 908cda1 commit 1e42837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/src/main/scala/fix/ApplyInfixNoParen.scala
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class ApplyInfixNoParen extends SyntacticRule("ApplyInfixNoParen") {
Patch.lint(
Diagnostic(
id = "",
message = "",
message = "中置記法を複数連続して書く場合は、必ず括弧を使って優先順位を明確にしてください",
position = t.pos,
severity = LintSeverity.Warning
)
Expand Down

0 comments on commit 1e42837

Please sign in to comment.