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-management completed Oct 26, 2023 in 1s

Annotations

Check warning on line 16 in hermes-management/src/main/java/pl/allegro/tech/hermes/management/infrastructure/console/FrontendRoutesFilter.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle-hermes-management

[checkstyle-hermes-management] hermes-management/src/main/java/pl/allegro/tech/hermes/management/infrastructure/console/FrontendRoutesFilter.java#L16 <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck>

Line is longer than 140 characters (found 157).
Raw output
/home/runner/work/hermes/hermes/hermes-management/src/main/java/pl/allegro/tech/hermes/management/infrastructure/console/FrontendRoutesFilter.java:16:0: warning: Line is longer than 140 characters (found 157). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)

Check warning on line 23 in hermes-management/src/main/java/pl/allegro/tech/hermes/management/domain/MetricsDashboardUrl.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle-hermes-management

[checkstyle-hermes-management] hermes-management/src/main/java/pl/allegro/tech/hermes/management/domain/MetricsDashboardUrl.java#L23 <com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck>

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

Check warning on line 24 in hermes-management/src/main/java/pl/allegro/tech/hermes/management/domain/MetricsDashboardUrl.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle-hermes-management

[checkstyle-hermes-management] hermes-management/src/main/java/pl/allegro/tech/hermes/management/domain/MetricsDashboardUrl.java#L24 <com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck>

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