You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2019/07/04 22:23:12 UTC

[GitHub] [incubator-druid] dampcake commented on issue #7834: Make IntelliJ inspection "Use of Properties object as a Hashtable" a error

dampcake commented on issue #7834: Make IntelliJ inspection "Use of Properties object as a Hashtable" a error
URL: https://github.com/apache/incubator-druid/issues/7834#issuecomment-508584993
 
 
   > @gianm Thank you for your help in finding out if there is a workable solution. I just found a Cli tool on the official website of jetbrains. We can parse the inspection rules with the `sh /Applications/IntelliJ\ IDEA.app/Contents/bin/inspect.sh /code/druid /code/druid/.idea/inspectionProfiles/Druid.xml /code/druid/inspection-results-dir -v2 -d /code/druid/core` command. Finally, generate a validation report in xml format under the specified directory. So, can we use it with the `exec-maven-plugin`?
   
   The downside is you still need to have Intellij installed and it can't be running when you run the inspection (according to their docs).

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org