-
-
Notifications
You must be signed in to change notification settings - Fork 34
Description
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.