summaryrefslogtreecommitdiff
path: root/scripts/static-analysis
Commit message (Collapse)AuthorAgeFilesLines
* Added Stylelint SetupTim Zallmann2019-02-141-0/+1
| | | | | | | | Added stylelint to static-analysis Updated yarn dependencies CSS Fixes and rule adoptions of stylelint Added stylelint-scss Deduplicated yarn.lock to clear dependencies
* Add prettier to static-analysis jobMike Greiling2018-10-311-0/+1
|
* Run lint:all tasks in forks42050-combine-all-rake-based-lints-in-one-rake-process-in-ciRémy Coutable2018-02-141-2/+2
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Combine all rake tasks in the static-analysis jobRémy Coutable2018-02-141-6/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Don't run scripts/lint-changelog-yaml in scripts/static-analysis but only in ↵42569-lint-changelog-yaml-script-is-run-twice-in-ciRémy Coutable2018-01-301-1/+0
| | | | | | the 'docs lint' job Signed-off-by: Rémy Coutable <remy@rymai.me>
* Use Process::Status rather than an integerLin Jen-Shin2018-01-261-2/+2
| | | | However keep backward compatibility
* Don't print stdout in case we're just printing warningsLin Jen-Shin2018-01-261-1/+0
| | | | Otherwise it could be confusing
* Fail static-analysis if there's output to stderrLin Jen-Shin2018-01-261-16/+41
| | | | TODO: fix offenders
* Look for rugged with static analysislint-ruggedJacob Vosmaer2018-01-251-1/+2
|
* Use `Gitlab::Utils::Override` over defined?(super)Lin Jen-Shin2017-12-261-2/+3
|
* 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>