- 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.
- JavaScript百煉成仙
- JavaScript修煉之道
- 精通軟件性能測試與LoadRunner實戰(zhàn)(第2版)
- Ray分布式機(jī)器學(xué)習(xí):利用Ray進(jìn)行大模型的數(shù)據(jù)處理、訓(xùn)練、推理和部署
- Julia Cookbook
- 程序員修煉之道:通向務(wù)實的最高境界(第2版)
- Clojure for Machine Learning
- Learning VMware vSphere
- HTML+CSS+JavaScript網(wǎng)頁制作:從入門到精通(第4版)
- Apache Kafka 1.0 Cookbook
- Hands-On Data Visualization with Bokeh
- R High Performance Programming
- 代碼整潔之道:程序員的職業(yè)素養(yǎng)
- Mastering Assembly Programming
- The C++ Workshop