summaryrefslogtreecommitdiff
path: root/scripts/static-analysis
Commit message (Collapse)AuthorAgeFilesLines
* Remove security checks from static analysis and add sast jobDmitriy Zaporozhets2017-12-231-2/+0
|
* Use the --parallel Rubocop flag in the static-analysis and improve the job39790-use-the-parallel-rubocop-option-in-the-static-analysis-ci-jobRémy Coutable2017-11-031-7/+16
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Add static analysis job to find invalid YAML in changelogsSean McGivern2017-09-271-1/+2
| | | | | | | When a changelog has invalid YAML (typically, there is an unquoted @ at the start of the author field), then the entry will be discarded. This script checks all unreleased changelogs for validity, and runs as part of the static-analysis step, so the pipeline will fail if this happens in future.
* Add a linter for PO filesBob Van Landuyt2017-08-311-1/+2
|
* Upgrade mail and nokogiri gems due to security issuesMarkus Koller2017-08-311-1/+1
|
* Make sure we didn't commit conflictsLin Jen-Shin (godfat)2017-08-011-1/+2
|
* Ignore CVE-2017-5029 in Nokogiriwinh2017-06-121-1/+1
|
* Include the bundler:audit job into the static-analysis job31824-move-bundler-audit-job-to-static-analysis-jobRémy Coutable2017-05-041-0/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Move api lint out of static analysis jobAchilleas Pipinellis2017-05-031-1/+0
|
* Add scripts/static-analysis to run all the static analysers in one go31463-group-all-lintersRémy Coutable2017-05-011-0/+40
Signed-off-by: Rémy Coutable <remy@rymai.me>