SonarCloud - Project badges

要使用 SonarCloud 的 Project badges,可以到 SonarCloud 的 Project 頁面,點選右下角的 Get project badges 按鈕。 ...

July 25, 2018 · 1 min · 107 words · Larry Nung

SonarCloud - Use SonarQube as a Service

SonarQube 除了自行架設外,也提供了線上的版本可供使用,開源專案可以免費使用。 ...

July 24, 2018 · 1 min · 323 words · Larry Nung

sonar-tsql-plugin - Repository for T-SQL language plugin for Sonar

sonar-tsql-plugin 是用來分析 T-SQL 的 SonarQube 套件,支援 14 的微軟內建的 analysis rules,以及 120 個 SQL Code Guard analysis rule。 ...

February 3, 2018 · 1 min · 345 words · Larry Nung

SonarQube - Integrate with GitLab

要將 SonarQube 與 GitLab 整合,讓 GitLab 簽入或是發送 MergeRequest 時可透過 SonqrQube 進行分析,即早發現程式的問題,SonarQube 需先透過 Update Center 安裝 GitLab 套件。 ...

January 24, 2018 · 1 min · 416 words · Larry Nung

SonarQube - ERROR: JAVA_HOME exists but does not point to a valid Java home folder

運行 SonarQubeAnalyze 後如果看到 ERROR: JAVA_HOME exists but does not point to a valid java home folder 這樣的錯誤訊息。 ...

January 23, 2018 · 1 min · 225 words · Larry Nung

SonarQube - Downgrade database

若 SonarQube DB 升級過後想要使用回舊版本的 SonarQube,會發現資料庫已經不相容於舊版本的 SonarQube DB。 ...

January 16, 2018 · 1 min · 84 words · Larry Nung

SonarQube - Analyzing with SonarQube Scanner

要使用 SonarQube 進行程式碼分析,並將分析結果送至 SonarQube Server,最簡單的就是使用 SonarQube Scanner。 ...

March 31, 2017 · 1 min · 374 words · Larry Nung

SonarQube - System upgrades

要進行 SonarQube 的系統升級,目前 Update Center 只支援查閱更新以及告知升級的步驟,尚未支援自動升級,需要自行手動升級。 ...

March 27, 2017 · 1 min · 134 words · Larry Nung

SonarQube - Project management

要將程式送到 SonarQube 進行分析,首先必須要在 SonarQube 建立 Project。 ...

March 23, 2017 · 1 min · 198 words · Larry Nung

SonarQube - Quality Gates

Quality Gate 是產品要上到正式環境所要滿足的條件,可在 SonarQube 的 Quality Gates 頁面管理,可以點選 Create 按鈕新增,或是點選 Quality Gate 的名稱進一步的管理。 ...

March 22, 2017 · 1 min · 161 words · Larry Nung