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

Test GitHub actions #241

Closed
wants to merge 36 commits into from
Closed

Test GitHub actions #241

wants to merge 36 commits into from

Conversation

Kaede10
Copy link
Collaborator

@Kaede10 Kaede10 commented Aug 7, 2024

No description provided.

@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

@@ -221,6 +221,7 @@
<artifactId>tomcat-embed-websocket</artifactId>
<version>10.1.25</version>
</dependency>

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineCheck> reported by reviewdog 🐶
Line has trailing spaces.


private ObjectMapper mapper = new ObjectMapper();
private ObjectMapper mapper = new ObjectMapper();
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocVariableCheck> reported by reviewdog 🐶
Missing a Javadoc comment.

mockMvc = MockMvcBuilders.webAppContextSetup(webApplicationContext).build();
}
@BeforeEach
public void setUp() throws Exception {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocVariableCheck> reported by reviewdog 🐶
Missing a Javadoc comment.

@Kaede10 Kaede10 closed this Aug 29, 2024
@G-Sacker G-Sacker reopened this Aug 29, 2024
@G-Sacker G-Sacker closed this Sep 9, 2024
@G-Sacker G-Sacker deleted the test-github-actions branch September 9, 2024 09:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants