Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

issues #49

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

machadoit
Copy link
Member

No description provided.

@@ -6,6 +6,11 @@ Example repository on how to generate a coverage report for Java.

- Maven 3.x
- Java 8
- test only in a branch
- test only in a branch
- test only in a branch

Choose a reason for hiding this comment

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

⚠️ Codacy found a medium Code Style issue: [list-item-content-indent] Don’t use mixed indentation for children, remove 1 space

The code line - test only in a branch has a mixed indentation, which is not recommended. To fix this, you should remove the extra space before the hyphen. Here's the updated code:

- test only in a branch
Suggested change
- test only in a branch
- test only in a branch

This comment was generated by an experimental AI tool.

- test only in a branch
- test only in a branch
- test only in a branch
* isdasdasdas

Choose a reason for hiding this comment

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

⚠️ Codacy found a medium Code Style issue: [list-item-indent] Incorrect list-item indent: add 2 spaces

The code line * isdasdasdas is causing an issue because it does not have the correct list-item indent. To fix it, you need to add 2 spaces before the asterisk.

Suggested change
* isdasdasdas
* isdasdasdas

This comment was generated by an experimental AI tool.

@@ -6,6 +6,11 @@ Example repository on how to generate a coverage report for Java.

- Maven 3.x
- Java 8
- test only in a branch

Choose a reason for hiding this comment

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

⚠️ Codacy found a medium Code Style issue: [list-item-indent] Incorrect list-item indent: add 2 spaces

To fix the issue with the incorrect list-item indent, you can add 2 spaces before the line - test only in a branch. Here's the updated code:

# coverage-example-java

Example repository on how to generate a coverage report for Java.

## Requirements

- Maven 3.x
- Java 8
- test only in a branch
  - test only in a branch
    - test only in a branch
* isdasdasdas
  * isdasdasdas 

If you don't have those specific versions, [SDKMAN!](https://sdkman.io/install) can be helpful.

## Run tests

```bash

Suggestion:
```suggestion
- test only in a branch

This comment was generated by an experimental AI tool.

- test only in a branch
- test only in a branch
- test only in a branch
* isdasdasdas

Choose a reason for hiding this comment

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

⚠️ Codacy found a medium Code Style issue: [unordered-list-marker-style] Marker style should be -

The code line * isdasdasdas is using an unordered list marker style (*), which is not in line with the recommended style of using - as the marker. To fix this, you can simply replace * with -.

Here's the updated code:

- isdasdasdas
  - isdasdasdas

This will ensure consistency and improve the readability of your Markdown document.

Suggested change
* isdasdasdas
- isdasdasdas
- isdasdasdas

This comment was generated by an experimental AI tool.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant