Skip to content

fix: HunspellSpellchecker: multiple initializations #2526

fix: HunspellSpellchecker: multiple initializations

fix: HunspellSpellchecker: multiple initializations #2526

Triggered via pull request February 27, 2025 23:17
Status Success
Total duration 1m 47s
Artifacts

checkstyle-annotate.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
checkstyle
Name 'REWRITE_MODE' must match pattern '^[A-Z][a-zA-Z0-9]*$'.
checkstyle: src/org/omegat/filters2/html2/FilterVisitor.java#L507
Line is longer than 120 characters (found 143).
checkstyle: src/org/omegat/filters2/html2/FilterVisitor.java#L470
Line is longer than 120 characters (found 145).
checkstyle
'targetFilenamePattern' hides a field.
checkstyle
'targetEncoding' hides a field.
checkstyle
'sourceEncoding' hides a field.
checkstyle
'sourceFilenameMask' hides a field.
checkstyle
'config' hides a field.
checkstyle
'config' hides a field.
checkstyle
Name 'mapper' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.