mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-16 22:10:26 +00:00
Update java.yaml (#3526)
This commit is contained in:
parent
aeabd5a7ba
commit
c8eeb788cb
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ detect:
|
|||
filename: "\\.java$"
|
||||
|
||||
rules:
|
||||
- type: "\\b(boolean|byte|char|double|float|int|long|new|short|this|transient|void)\\b"
|
||||
- type: "\\b(boolean|byte|char|double|float|int|long|new|var|short|this|transient|void)\\b"
|
||||
- statement: "\\b(break|case|catch|continue|default|do|else|finally|for|if|return|switch|throw|try|while)\\b"
|
||||
- type: "\\b(abstract|class|extends|final|implements|import|instanceof|interface|native|package|private|protected|public|static|strictfp|super|synchronized|throws|volatile)\\b"
|
||||
- constant: "\\b(true|false|null)\\b"
|
||||
|
|
|
|||
Loading…
Reference in a new issue