-
Notifications
You must be signed in to change notification settings - Fork 16
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
C1: Location of issues regarding architecture.json #7
Comments
I agree with your observation and critics. The thing is that we did not want to raise a configuration error on every analyzed (Java) file. Therefore we currently only raise the issue of the first analyzed file on the project. In deed this results in kind of a "random" location. |
From looking at the SonarJava checks on pom files it looks like you simply raise an issue on the "extra" file and it gets imported as part of the analysis. The only time this wouldn't work is if your json file is located outside the analysis directory. |
@ganncamp thanks for the hints. We will try this. Indeed it may be possible that the file is outside the analysis directory but this is not most common. Therefore it should work in most cases and in that case we can still find some kind of fallback scenario. |
Feedback from #5:
The text was updated successfully, but these errors were encountered: