Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Install IntelliJ Checkstyle Plugin [Link]
  • Configuration:
    • Open Settings ( Ctrl + Alt + S)
    • Tab Editor -> Code Style
      1. Select Scheme Project 
      2. Click on "Show Schema Settings" on the gear wheel next to Schema
      3. select import scheme -> checkstyle configuration-> select checkstyle.xml file from tools directory (../incubator-streampipes/tools/maven/checkstyle.xml)
      4. Click ok.

        Image Modified


    •   Tab Tools -> Checkstyle
      1. Add Style from tools directory  (../incubator-streampipes/tools/maven/checkstyle.xml)
      2. Activate checkbox Active
      3.  Set Scan Cope to Only Java Soures (including tests)
      4. Press OK

        Image Removed

        Image Added


Run in  IDE

Image Modified