You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Checkstyle

  • In StreamPipes we follow the Google Java Checkstyle for the Java code. [Link]
  • For automatic validation we have a checkstyle.xml file [Link].
    • If you want to change something, please edit it in the checkstyle.xml file and provide a PR with the changes.

Custom StreamPipes Guidlines

  • Here we can collect guidlines and best practices relevant for StreamPipes

Configure IDE

IntelliJ

  • Install IntelliJ Checkstyle Plugin [Link]
  • Configuration:
    • Editor -> Code Style
      • Select Scheme Project click on settings on right
      • select import scheme -> checkstyle configurtaion -> select checkstyle.xml file from tools directory
      • Click ok
  • No labels