Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hermes console vue #1697

Merged
merged 39 commits into from
Oct 26, 2023

Merge branch 'master' into hermes_console_vue

ba2e4b4
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Hermes console vue #1697

Merge branch 'master' into hermes_console_vue
ba2e4b4
Select commit
Loading
Failed to load commit list.
GitHub Actions / checkstyle-hermes-api completed Oct 26, 2023 in 1s

reviewdog [checkstyle-hermes-api] report

reported by reviewdog 🐶

Findings (21)

hermes-api/src/main/java/pl/allegro/tech/hermes/api/SubscriptionStats.java|38 col 9| 'if' construct must use '{}'s.
hermes-api/src/main/java/pl/allegro/tech/hermes/api/SubscriptionStats.java|39 col 9| 'if' construct must use '{}'s.
hermes-api/src/main/java/pl/allegro/tech/hermes/api/SubscriptionStats.java|41| Line is longer than 140 characters (found 191).
hermes-api/src/main/java/pl/allegro/tech/hermes/api/SubscriptionStats.java|51 col 37| '+' should be on a new line.
hermes-api/src/main/java/pl/allegro/tech/hermes/api/SubscriptionStats.java|52 col 58| '+' should be on a new line.
hermes-api/src/main/java/pl/allegro/tech/hermes/api/SubscriptionStats.java|53 col 90| '+' should be on a new line.
hermes-api/src/main/java/pl/allegro/tech/hermes/api/SubscriptionStats.java|54 col 68| '+' should be on a new line.
hermes-api/src/main/java/pl/allegro/tech/hermes/api/Stats.java|13| Line is longer than 140 characters (found 141).
hermes-api/src/main/java/pl/allegro/tech/hermes/api/Stats.java|28 col 9| 'if' construct must use '{}'s.
hermes-api/src/main/java/pl/allegro/tech/hermes/api/Stats.java|29 col 9| 'if' construct must use '{}'s.
hermes-api/src/main/java/pl/allegro/tech/hermes/api/Stats.java|41 col 25| '+' should be on a new line.
hermes-api/src/main/java/pl/allegro/tech/hermes/api/Stats.java|42 col 44| '+' should be on a new line.
hermes-api/src/main/java/pl/allegro/tech/hermes/api/Stats.java|43 col 60| '+' should be on a new line.
hermes-api/src/main/java/pl/allegro/tech/hermes/api/TopicStats.java|27 col 9| 'if' construct must use '{}'s.
hermes-api/src/main/java/pl/allegro/tech/hermes/api/TopicStats.java|28 col 9| 'if' construct must use '{}'s.
hermes-api/src/main/java/pl/allegro/tech/hermes/api/TopicStats.java|30| Line is longer than 140 characters (found 194).
hermes-api/src/main/java/pl/allegro/tech/hermes/api/TopicStats.java|40 col 30| '+' should be on a new line.
hermes-api/src/main/java/pl/allegro/tech/hermes/api/TopicStats.java|41 col 44| '+' should be on a new line.
hermes-api/src/main/java/pl/allegro/tech/hermes/api/TopicStats.java|42 col 58| '+' should be on a new line.
hermes-api/src/main/java/pl/allegro/tech/hermes/api/TopicStats.java|43 col 76| '+' should be on a new line.
hermes-api/src/main/java/pl/allegro/tech/hermes/api/TopicStats.java|44 col 54| '+' should be on a new line.

Filtered Findings (0)

Annotations

Check warning on line 38 in hermes-api/src/main/java/pl/allegro/tech/hermes/api/SubscriptionStats.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle-hermes-api

[checkstyle-hermes-api] hermes-api/src/main/java/pl/allegro/tech/hermes/api/SubscriptionStats.java#L38 <com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck>

'if' construct must use '{}'s.
Raw output
/home/runner/work/hermes/hermes/hermes-api/src/main/java/pl/allegro/tech/hermes/api/SubscriptionStats.java:38:9: warning: 'if' construct must use '{}'s. (com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck)

Check warning on line 39 in hermes-api/src/main/java/pl/allegro/tech/hermes/api/SubscriptionStats.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle-hermes-api

[checkstyle-hermes-api] hermes-api/src/main/java/pl/allegro/tech/hermes/api/SubscriptionStats.java#L39 <com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck>

'if' construct must use '{}'s.
Raw output
/home/runner/work/hermes/hermes/hermes-api/src/main/java/pl/allegro/tech/hermes/api/SubscriptionStats.java:39:9: warning: 'if' construct must use '{}'s. (com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck)

Check warning on line 41 in hermes-api/src/main/java/pl/allegro/tech/hermes/api/SubscriptionStats.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle-hermes-api

[checkstyle-hermes-api] hermes-api/src/main/java/pl/allegro/tech/hermes/api/SubscriptionStats.java#L41 <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck>

Line is longer than 140 characters (found 191).
Raw output
/home/runner/work/hermes/hermes/hermes-api/src/main/java/pl/allegro/tech/hermes/api/SubscriptionStats.java:41:0: warning: Line is longer than 140 characters (found 191). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)

Check warning on line 51 in hermes-api/src/main/java/pl/allegro/tech/hermes/api/SubscriptionStats.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle-hermes-api

[checkstyle-hermes-api] hermes-api/src/main/java/pl/allegro/tech/hermes/api/SubscriptionStats.java#L51 <com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapCheck>

'+' should be on a new line.
Raw output
/home/runner/work/hermes/hermes/hermes-api/src/main/java/pl/allegro/tech/hermes/api/SubscriptionStats.java:51:37: warning: '+' should be on a new line. (com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapCheck)

Check warning on line 52 in hermes-api/src/main/java/pl/allegro/tech/hermes/api/SubscriptionStats.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle-hermes-api

[checkstyle-hermes-api] hermes-api/src/main/java/pl/allegro/tech/hermes/api/SubscriptionStats.java#L52 <com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapCheck>

'+' should be on a new line.
Raw output
/home/runner/work/hermes/hermes/hermes-api/src/main/java/pl/allegro/tech/hermes/api/SubscriptionStats.java:52:58: warning: '+' should be on a new line. (com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapCheck)

Check warning on line 53 in hermes-api/src/main/java/pl/allegro/tech/hermes/api/SubscriptionStats.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle-hermes-api

[checkstyle-hermes-api] hermes-api/src/main/java/pl/allegro/tech/hermes/api/SubscriptionStats.java#L53 <com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapCheck>

'+' should be on a new line.
Raw output
/home/runner/work/hermes/hermes/hermes-api/src/main/java/pl/allegro/tech/hermes/api/SubscriptionStats.java:53:90: warning: '+' should be on a new line. (com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapCheck)

Check warning on line 54 in hermes-api/src/main/java/pl/allegro/tech/hermes/api/SubscriptionStats.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle-hermes-api

[checkstyle-hermes-api] hermes-api/src/main/java/pl/allegro/tech/hermes/api/SubscriptionStats.java#L54 <com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapCheck>

'+' should be on a new line.
Raw output
/home/runner/work/hermes/hermes/hermes-api/src/main/java/pl/allegro/tech/hermes/api/SubscriptionStats.java:54:68: warning: '+' should be on a new line. (com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapCheck)

Check warning on line 13 in hermes-api/src/main/java/pl/allegro/tech/hermes/api/Stats.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle-hermes-api

[checkstyle-hermes-api] hermes-api/src/main/java/pl/allegro/tech/hermes/api/Stats.java#L13 <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck>

Line is longer than 140 characters (found 141).
Raw output
/home/runner/work/hermes/hermes/hermes-api/src/main/java/pl/allegro/tech/hermes/api/Stats.java:13:0: warning: Line is longer than 140 characters (found 141). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)

Check warning on line 28 in hermes-api/src/main/java/pl/allegro/tech/hermes/api/Stats.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle-hermes-api

[checkstyle-hermes-api] hermes-api/src/main/java/pl/allegro/tech/hermes/api/Stats.java#L28 <com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck>

'if' construct must use '{}'s.
Raw output
/home/runner/work/hermes/hermes/hermes-api/src/main/java/pl/allegro/tech/hermes/api/Stats.java:28:9: warning: 'if' construct must use '{}'s. (com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck)

Check warning on line 29 in hermes-api/src/main/java/pl/allegro/tech/hermes/api/Stats.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle-hermes-api

[checkstyle-hermes-api] hermes-api/src/main/java/pl/allegro/tech/hermes/api/Stats.java#L29 <com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck>

'if' construct must use '{}'s.
Raw output
/home/runner/work/hermes/hermes/hermes-api/src/main/java/pl/allegro/tech/hermes/api/Stats.java:29:9: warning: 'if' construct must use '{}'s. (com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck)

Check warning on line 41 in hermes-api/src/main/java/pl/allegro/tech/hermes/api/Stats.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle-hermes-api

[checkstyle-hermes-api] hermes-api/src/main/java/pl/allegro/tech/hermes/api/Stats.java#L41 <com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapCheck>

'+' should be on a new line.
Raw output
/home/runner/work/hermes/hermes/hermes-api/src/main/java/pl/allegro/tech/hermes/api/Stats.java:41:25: warning: '+' should be on a new line. (com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapCheck)

Check warning on line 42 in hermes-api/src/main/java/pl/allegro/tech/hermes/api/Stats.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle-hermes-api

[checkstyle-hermes-api] hermes-api/src/main/java/pl/allegro/tech/hermes/api/Stats.java#L42 <com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapCheck>

'+' should be on a new line.
Raw output
/home/runner/work/hermes/hermes/hermes-api/src/main/java/pl/allegro/tech/hermes/api/Stats.java:42:44: warning: '+' should be on a new line. (com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapCheck)

Check warning on line 43 in hermes-api/src/main/java/pl/allegro/tech/hermes/api/Stats.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle-hermes-api

[checkstyle-hermes-api] hermes-api/src/main/java/pl/allegro/tech/hermes/api/Stats.java#L43 <com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapCheck>

'+' should be on a new line.
Raw output
/home/runner/work/hermes/hermes/hermes-api/src/main/java/pl/allegro/tech/hermes/api/Stats.java:43:60: warning: '+' should be on a new line. (com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapCheck)

Check warning on line 27 in hermes-api/src/main/java/pl/allegro/tech/hermes/api/TopicStats.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle-hermes-api

[checkstyle-hermes-api] hermes-api/src/main/java/pl/allegro/tech/hermes/api/TopicStats.java#L27 <com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck>

'if' construct must use '{}'s.
Raw output
/home/runner/work/hermes/hermes/hermes-api/src/main/java/pl/allegro/tech/hermes/api/TopicStats.java:27:9: warning: 'if' construct must use '{}'s. (com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck)

Check warning on line 28 in hermes-api/src/main/java/pl/allegro/tech/hermes/api/TopicStats.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle-hermes-api

[checkstyle-hermes-api] hermes-api/src/main/java/pl/allegro/tech/hermes/api/TopicStats.java#L28 <com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck>

'if' construct must use '{}'s.
Raw output
/home/runner/work/hermes/hermes/hermes-api/src/main/java/pl/allegro/tech/hermes/api/TopicStats.java:28:9: warning: 'if' construct must use '{}'s. (com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck)

Check warning on line 30 in hermes-api/src/main/java/pl/allegro/tech/hermes/api/TopicStats.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle-hermes-api

[checkstyle-hermes-api] hermes-api/src/main/java/pl/allegro/tech/hermes/api/TopicStats.java#L30 <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck>

Line is longer than 140 characters (found 194).
Raw output
/home/runner/work/hermes/hermes/hermes-api/src/main/java/pl/allegro/tech/hermes/api/TopicStats.java:30:0: warning: Line is longer than 140 characters (found 194). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)

Check warning on line 40 in hermes-api/src/main/java/pl/allegro/tech/hermes/api/TopicStats.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle-hermes-api

[checkstyle-hermes-api] hermes-api/src/main/java/pl/allegro/tech/hermes/api/TopicStats.java#L40 <com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapCheck>

'+' should be on a new line.
Raw output
/home/runner/work/hermes/hermes/hermes-api/src/main/java/pl/allegro/tech/hermes/api/TopicStats.java:40:30: warning: '+' should be on a new line. (com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapCheck)

Check warning on line 41 in hermes-api/src/main/java/pl/allegro/tech/hermes/api/TopicStats.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle-hermes-api

[checkstyle-hermes-api] hermes-api/src/main/java/pl/allegro/tech/hermes/api/TopicStats.java#L41 <com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapCheck>

'+' should be on a new line.
Raw output
/home/runner/work/hermes/hermes/hermes-api/src/main/java/pl/allegro/tech/hermes/api/TopicStats.java:41:44: warning: '+' should be on a new line. (com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapCheck)

Check warning on line 42 in hermes-api/src/main/java/pl/allegro/tech/hermes/api/TopicStats.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle-hermes-api

[checkstyle-hermes-api] hermes-api/src/main/java/pl/allegro/tech/hermes/api/TopicStats.java#L42 <com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapCheck>

'+' should be on a new line.
Raw output
/home/runner/work/hermes/hermes/hermes-api/src/main/java/pl/allegro/tech/hermes/api/TopicStats.java:42:58: warning: '+' should be on a new line. (com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapCheck)

Check warning on line 43 in hermes-api/src/main/java/pl/allegro/tech/hermes/api/TopicStats.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle-hermes-api

[checkstyle-hermes-api] hermes-api/src/main/java/pl/allegro/tech/hermes/api/TopicStats.java#L43 <com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapCheck>

'+' should be on a new line.
Raw output
/home/runner/work/hermes/hermes/hermes-api/src/main/java/pl/allegro/tech/hermes/api/TopicStats.java:43:76: warning: '+' should be on a new line. (com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapCheck)

Check warning on line 44 in hermes-api/src/main/java/pl/allegro/tech/hermes/api/TopicStats.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle-hermes-api

[checkstyle-hermes-api] hermes-api/src/main/java/pl/allegro/tech/hermes/api/TopicStats.java#L44 <com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapCheck>

'+' should be on a new line.
Raw output
/home/runner/work/hermes/hermes/hermes-api/src/main/java/pl/allegro/tech/hermes/api/TopicStats.java:44:54: warning: '+' should be on a new line. (com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapCheck)