码迷,mamicode.com
首页 >  
搜索关键字:sonarqube    ( 257个结果
SonarQube+Jenkins,搭建持续交付平台
原文:http://www.sonar.org.cn/use/2432.html 教程: https://blog.csdn.net/songer_xing/article/details/76691438 ...
分类:其他好文   时间:2019-07-22 13:42:31    阅读次数:95
sonar安装配置
soanr官网:www.sonarqube.org sonar的安装下载 wget https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-7.4.zip 安装条件 MySQL数据库必须大于等于5.6的,具有读写的权限 内存... ...
分类:其他好文   时间:2019-06-25 17:12:24    阅读次数:103
SonarQube和sonar-runner详细安装及配置
本文选自程序员s博客(https://blog.csdn.net/u012448904/article/details/81706283),根据其步骤结合自己情况做了一些改动。感谢网络,让我们总能站在巨人的肩膀上! 1、环境 系统环境:centos7.0 -x86_64(精简安装) 前置条件:jdk ...
分类:其他好文   时间:2019-05-29 16:28:57    阅读次数:281
阿里巴巴java规则p3c结合sonar使用
sonar插件位置: jar包放至$SONAR_HOME/extensions/plugins下,重启sonar即可 "如何在sonarqube的pmd插件中整合阿里开发规范" "alibaba p3c" "sonar p3c pmd" "sonar7.x版本支持" ...
分类:编程语言   时间:2019-05-18 23:55:09    阅读次数:817
React Project Config Files
stylelint.config.js https://stylelint.io/ sonar-project.properties https://docs.sonarqube.org/latest/ package-lock.json https://www.zhihu.com/question ...
分类:其他好文   时间:2019-05-15 14:18:59    阅读次数:134
sonar扫描android项目配置 mac版
1. 下载sonarqube,并解压 2. 下载sonar scanner,并解压 3. 进入sonarube的conf文件夹下,修改sonar.properties文件 4. 进入Scanner目录,把bin路径配置到环境变量里,进入conf文件夹下,修改sonar-scanner.propert ...
分类:移动开发   时间:2019-05-06 20:48:32    阅读次数:329
sonarqube - 常犯的错误整理
1. InterruptedExceptions should never be ignored in the code, and simply logging the exception counts in this case as "ignoring". The throwing of the ...
分类:其他好文   时间:2019-05-04 10:17:06    阅读次数:187
Mysql+SonarQube+Scanner的安装配置
1.参考文档: https://my.oschina.net/yzbty32/blog/3018143 https://blog.csdn.net/huo108/article/details/81160624 2.可能问题:”远程主机强迫关闭了一个现有的连接“ 2.1 MySql数据库版本是否于S ...
分类:数据库   时间:2019-04-12 10:32:11    阅读次数:190
sonarqube中new issue的标准
https://docs.sonarqube.org/latest/user-guide/issues/#header-4 Understanding which Issues are "New" To determine the creation date of an issue, an algo ...
分类:其他好文   时间:2019-04-09 18:15:13    阅读次数:184
sonar服务搭建
1.下载安装包,我安装的是6.7.6版本 https://www.sonarqube.org/downloads/ 2.安装前的环境要求 JDK1.8+ 数据库,我用的是Mysql5.6版本 3.修改配置 打开SonarQube目录下的conf/sonar.properties文件,配置它的数据库连 ...
分类:其他好文   时间:2019-03-08 16:26:48    阅读次数:731
257条   上一页 1 ... 7 8 9 10 11 ... 26 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!