Skip to content

[Feature] Lint target for springboot apps #39

@Kwandes

Description

@Kwandes

Is your feature request related to a problem? Please describe.
NX contains commands for various actions, with some being solely for running the application, while others being used to ensure quality. While this springboot plugin covers everything needed to run and deploy the app, it's missing linting.

Describe the idea you'd like
A lint target, allowing developers to check code for potential issues without having to run the tests or build the project. It could utilize plugins like sonarlint.

Describe alternatives you've considered
An alternative is for developers to manually open their IDEs and check if there are any issues, but that is way slower.

Additional context
This feature would be especially useful in projects with continuous integrations and pull request-based development. A lint workflow can be created, which then would clearly state in the PR whether or not the code has any potential issues.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions