You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@druid.apache.org by Eyal Yurman <ey...@verizonmedia.com.INVALID> on 2019/02/26 17:52:29 UTC

Run TeamCity inspections locally

Hi,

Does anyone know how to run the same code inspections done by TeamCity CI
in IntelliJ?

I'm getting somewhat different results when using "Analyze->Inspect Code"
with "Inspection profile": Druid.

Eyal.

Re: [EXTERNAL] Run TeamCity inspections locally

Posted by "Mohammad.J.Khan" <Mo...@target.com>.
Hi Eyal, 

when you do a mvn clean install in intellij or cmd line that should invoke the same code inspections done by TeamCity CI

 In intellij you probably also might want to import druid intellij formatting xml for "Analyze->Inspect Code" to work maybe . Please refer to INTELLIJ_SETUP.md

Thanks,
Mohammad Khan

On 2/26/19, 11:53 AM, "Eyal Yurman" <ey...@verizonmedia.com.INVALID> wrote:

    Hi,
    
    Does anyone know how to run the same code inspections done by TeamCity CI
    in IntelliJ?
    
    I'm getting somewhat different results when using "Analyze->Inspect Code"
    with "Inspection profile": Druid.
    
    Eyal.