- Continuous Integration,Delivery,and Deployment
- Sander Rossel
- 148字
- 2021-07-02 15:42:14
Installing SonarQube
SonarQube (https://www.sonarqube.org/) is a tool that scans your code and does a quality check. A set of rules are applied to your code and every time you break a rule, SonarQube will report it and add it to the technical debt. A rule can be simple, such as a missing semi-colon at the end of a JavaScript line. That should be a few seconds fix. Another rule can be more difficult, such as that the complexity of a function (nested loop and if statements and the lines of code add to the complexity) should not be greater than a certain value. SonarQube has a default set of rules, but you can roll out your own. In this book, we are going to see SonarQube with HTML, CSS, JavaScript, and C#, but SonarQube supports many languages, such as Java, VB.NET, SQL, Haskell, PHP, and many more.
- 深入核心的敏捷開發:ThoughtWorks五大關鍵實踐
- Node.js 10實戰
- Magento 2 Theme Design(Second Edition)
- JIRA 7 Administration Cookbook(Second Edition)
- Java持續交付
- Oracle BAM 11gR1 Handbook
- Building a Quadcopter with Arduino
- H5頁面設計:Mugeda版(微課版)
- Learning Docker Networking
- Natural Language Processing with Python Quick Start Guide
- 從Excel到Python數據分析:Pandas、xlwings、openpyxl、Matplotlib的交互與應用
- .NET 4.0面向對象編程漫談:應用篇
- Getting Started with Web Components
- 優化驅動的設計方法
- Learning IBM Bluemix