Master SonarQube, SonarLint, and SonarCloud: Ultimate Guide to Enhancing Your Code Quality

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 ก.ย. 2024
  • 🟡 Get 1 to 1 coaching with me: topmate.io/eng...
    🟡 Donate: paypal.me/engi...
    🟡 Perks: www.youtube.co...
    🔴 Discord: / discord
    🔴 Twitch: / engineeringdigest
    🔴 Personal TH-cam Channel: / @thevipulvats
    🔴 Instagram: / thevipulvats
    🔴 Twitter: / thevipulvats
    🔴 LinkedIn: / thevipulvats
    🔴 Website: engineeringdig...
    🟢 Source code: github.com/cho...
    🟢 SonarQube: www.sonarsourc...
    🟢 Java 11: adoptium.net/e...
    🟢 Plugin: leetcode.com/p...
    🟢Description: Dive into the world of code quality improvement with our comprehensive guide to SonarQube, SonarLint, and SonarCloud. Whether you're a beginner or an experienced developer, this video will walk you through the essentials of setting up and using SonarQube for project analysis, integrating SonarLint with your IDE for real-time code feedback, and leveraging SonarCloud for cloud-based code inspection. Learn how to configure these tools to detect bugs, vulnerabilities, and code smells in your codebase, ensuring your projects are secure, efficient, and maintainable. Perfect for developers, team leads, and quality assurance professionals looking to elevate their coding standards.

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

  • @PrathmeshIndulkar-l9j
    @PrathmeshIndulkar-l9j 7 หลายเดือนก่อน +7

    Bhai ek baar ❤ actually me production level java project dekha skte he as exmaple, and what java back-end developer do in project

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

      Yes , this is what I was expecting in my fresher time , I can relate

  • @decodingmyroot
    @decodingmyroot 2 หลายเดือนก่อน +3

    You gave me flashback of my 7 years of Spring Boot Journey - Superb videos

  • @BlackOscar007
    @BlackOscar007 9 วันที่ผ่านมา

    If your mvn is not using jdk-11 ,then use following command for temp:
    $env:JAVA_HOME = 'C:\Program Files\Eclipse Adoptium\jdk-11.0.21+9'; java -version; mvn clean install sonar:sonar
    Note my jdk-11 is inside eclipse adoptium folder in your case it can be java folder too.
    And in my case jdk version is 11.0.21+9, in your case it can diff too.

  • @RaushanKumar-c6c
    @RaushanKumar-c6c 2 หลายเดือนก่อน +2

    sir i am following this series
    but i got stuck while entering .\mvnw clean install sonar:sonar in terminal
    Build failure
    failed to execute code , fatal error
    Re-run Maven using the -X switch to enable full debug logging.
    i am trying from last 2 days but i am unable to fix it
    if possible please help sir.

    • @RAHULVERMA-o1m
      @RAHULVERMA-o1m หลายเดือนก่อน +1

      Disable your test in test folder.

    • @sauravkumar2937
      @sauravkumar2937 26 วันที่ผ่านมา

      @@RAHULVERMA-o1m still not run
      Re-run Maven using the -X switch to enable full debug logging.

    • @BlackOscar007
      @BlackOscar007 9 วันที่ผ่านมา

      @@sauravkumar2937 $env:JAVA_HOME = 'C:\Program Files\Eclipse Adoptium\jdk-11.0.21+9'; java -version; mvn clean install sonar:sonar
      Try to use this command, i think its due to your mvn using different jdk rather than jdk 11.
      In above address my jdk11 folder is inside eclipse adoptium, in your case it can be different and your jdk 11 folder name can also be different, try to change them. then run above command.

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

    I am using java -17 currently for this spring boot project. Now SonarQube you are asking to install, will require JDK-11. How can I manage keeping both version of jdk for same Application. JAVA_HOME will be pointing to 1 JDK bin. Please help

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

      That’s why I advise to follow along with the same versions

  • @saitama9989
    @saitama9989 2 หลายเดือนก่อน +1

    Sir ji build failure aarai jab ne mvn clean install sonar:sonar krta hu toh
    [Error]Failed to execute goal org.sonarsource.scanner.maven:sonar-maven-plugin:3.7.0.1746:sonar (default -cli) on project journal app: The 'report' parameter is missing

  • @arjunsingh4434
    @arjunsingh4434 8 วันที่ผ่านมา

    super sir best youtube channel sir moj kardi

  • @karanbadhwar4113
    @karanbadhwar4113 14 วันที่ผ่านมา +1

    sir video ka content bht zyada teez tha shyd apko bura lage to sorry, pr ek genuine comment hai apki achi wali videos pr acha comment bhi krta hu sir, pr ye video krte krte trouble shoot krte krte 3 ghnte lag gaye, ye video bilkul achi nahi thi sir, Sorry negative comment ke liye

    • @EngineeringDigest
      @EngineeringDigest  14 วันที่ผ่านมา +1

      used the same versions as in the video ?

    • @karanbadhwar4113
      @karanbadhwar4113 14 วันที่ผ่านมา

      @@EngineeringDigest hanji sir, abhi ke liye agr isse skip krdu to problem to ni aaigi na agli wali videos mein

    • @EngineeringDigest
      @EngineeringDigest  13 วันที่ผ่านมา +1

      yes, you can skip. and if you used the same versions, then the problem is not in the tutorial.

    • @karanbadhwar4113
      @karanbadhwar4113 13 วันที่ผ่านมา

      @@EngineeringDigest ok ok sorry sir,
      nahi sir mera ye kehna ka matlab ni tha ki video me problem hai, sorry misunderstanding ke liye ye video thoda setup miss kr gai thi mera kehna ka mstlab tha ki content thoda lack kr rha tha again sorry sir for misunderstanding

  • @Enthusiastic-Me
    @Enthusiastic-Me 13 วันที่ผ่านมา

    I have used Sonar lint. But got more detailed about sonar qube and Sonar cloud. This will definitely help me while writing upcoming junit test and to check code coverage. Thanks for alway being for us and providing us such easily understandable content. ❤

  • @rahulmk8698
    @rahulmk8698 7 หลายเดือนก่อน +1

    Lots of love sir ❤
    I watched all your videos where I learn in depth, and now I am waiting for a video on pagination and sorting.
    Thank You

  • @knightkrish369
    @knightkrish369 24 วันที่ผ่านมา

    💕💕💕💕

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

    Thanks for creating realtime end to end project in free.🙏

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

    sir i am following this series
    but i got stuck while entering .\mvnw clean install sonar:sonar in terminal
    Build failure
    failed to execute code , fatal error
    Re-run Maven using the -X switch to enable full debug logging.
    i am trying from last 2 days but i am unable to fix it
    if possible please help sir.

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

    Really, I love the way you explain, Thanks for making such content. ❤

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

    Thanks a lot dear. You just rewised my whole development journey.

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

    Please tell me your spec frame brand and model?

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

    Bhaiya mai spring boot , Microservice kr rakha hu ,or aapki hr videi me nayi cheez sikhne ko milti hai .....
    Aap spring boot , Microservice pr project bta sakte ho kya jo 10-15 lpa ke package me help kr sake...
    Maine google , TH-cam b kiya tha pr samjh nahi aa raha

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

    Very informative and knowledgeable…but background music disturbing much😊

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

    very informative

  • @AnantaAkash.Podder
    @AnantaAkash.Podder 7 หลายเดือนก่อน

    Very unique concept sir...

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

    Bhai yeah ganjaa pan ka karan devops hi hai😅