Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added Stylelint Setup | Tim Zallmann | 2019-02-14 | 1 | -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 job | Mike Greiling | 2018-10-31 | 1 | -0/+1 |
| | |||||
* | Run lint:all tasks in forks42050-combine-all-rake-based-lints-in-one-rake-process-in-ci | Rémy Coutable | 2018-02-14 | 1 | -2/+2 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Combine all rake tasks in the static-analysis job | Rémy Coutable | 2018-02-14 | 1 | -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-ci | Rémy Coutable | 2018-01-30 | 1 | -1/+0 |
| | | | | | | the 'docs lint' job Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Use Process::Status rather than an integer | Lin Jen-Shin | 2018-01-26 | 1 | -2/+2 |
| | | | | However keep backward compatibility | ||||
* | Don't print stdout in case we're just printing warnings | Lin Jen-Shin | 2018-01-26 | 1 | -1/+0 |
| | | | | Otherwise it could be confusing | ||||
* | Fail static-analysis if there's output to stderr | Lin Jen-Shin | 2018-01-26 | 1 | -16/+41 |
| | | | | TODO: fix offenders | ||||
* | Look for rugged with static analysislint-rugged | Jacob Vosmaer | 2018-01-25 | 1 | -1/+2 |
| | |||||
* | Use `Gitlab::Utils::Override` over defined?(super) | Lin Jen-Shin | 2017-12-26 | 1 | -2/+3 |
| | |||||
* | Remove security checks from static analysis and add sast job | Dmitriy Zaporozhets | 2017-12-23 | 1 | -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-job | Rémy Coutable | 2017-11-03 | 1 | -7/+16 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Add static analysis job to find invalid YAML in changelogs | Sean McGivern | 2017-09-27 | 1 | -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 files | Bob Van Landuyt | 2017-08-31 | 1 | -1/+2 |
| | |||||
* | Upgrade mail and nokogiri gems due to security issues | Markus Koller | 2017-08-31 | 1 | -1/+1 |
| | |||||
* | Make sure we didn't commit conflicts | Lin Jen-Shin (godfat) | 2017-08-01 | 1 | -1/+2 |
| | |||||
* | Ignore CVE-2017-5029 in Nokogiri | winh | 2017-06-12 | 1 | -1/+1 |
| | |||||
* | Include the bundler:audit job into the static-analysis job31824-move-bundler-audit-job-to-static-analysis-job | Rémy Coutable | 2017-05-04 | 1 | -0/+1 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Move api lint out of static analysis job | Achilleas Pipinellis | 2017-05-03 | 1 | -1/+0 |
| | |||||
* | Add scripts/static-analysis to run all the static analysers in one go31463-group-all-linters | Rémy Coutable | 2017-05-01 | 1 | -0/+40 |
Signed-off-by: Rémy Coutable <remy@rymai.me> |