Using Checkstyle Maven Integration and Real time Analysis in IntelliJ IDEA

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 ธ.ค. 2023
  • In this video, I wanna show you how to incorporate Checkstyle into your Java project. We will see two effective approaches.
    In the first approach, we'll utilize a Maven plugin to seamlessly integrate Checkstyle into your build lifecycle
    The second approach consists of integrating Checkstyle into IntelliJ IDEA for real-time analysis of your Java project

ความคิดเห็น • 8

  • @OracleNavid
    @OracleNavid หลายเดือนก่อน

    Could be more consice, but I liked it because it solved my problem. Thanks!

  • @ghaidaashtayeh2512
    @ghaidaashtayeh2512 3 หลายเดือนก่อน +1

    ur the best dude!!

    • @TramoTech
      @TramoTech  3 หลายเดือนก่อน

      Thanks

  • @yas7mine
    @yas7mine 7 หลายเดือนก่อน +2

    😮😮😮

  • @daniellaerachannel
    @daniellaerachannel 4 หลายเดือนก่อน +2

    what about TypeScript? can we combine both? how can we compare the formatting result with Maven and intelliJ and fails maven job if not well formatted? thanks

    • @TramoTech
      @TramoTech  4 หลายเดือนก่อน

      Checkstyle is primarily designed for Java code. For typescript you can use ESLint and TSLint. For maven, intellij just make sure you are using the same configuration files. You can check out my other video on how to customise Checkstyle

  • @idriss2229
    @idriss2229 5 หลายเดือนก่อน

    This video is really helpful
    I had always some issues when i tried to push my code i always have some problems with the pipeline , some errors related to checkstyle.
    With this plugin i can correct my errors live with checkstyle in intellij
    Thanks for this video

    • @TramoTech
      @TramoTech  5 หลายเดือนก่อน

      Glad it helped