Merge remote-tracking branch 'upstream/master' into pipeline-emails
* upstream/master: (64 commits) Update the 8.11 to 8.12 update documentation to use gitlab-shell 3.5.0 Update GITLAB_SHELL_VERSION Move pushes_since_gc to Redis Fix Gitlab::Popen.popen thread-safety issue Allow trailing newline in secret base64 data Improve .haml-lint.yml, simplify the haml_lint task and remove CHANGELOG entry Fix a typo in documentation Restore SSH Key title auto-population behavior Add test with inactive error use case for 'POST /ci/api/v1/builds/register.json' Fix rubocop offences Update API documentation Update CHANGELOG Change response for /ci/api/v1/builds/register.json from 404 to 204 Document the fact that merge requests from private forks can be checked out locally Change method name to #reopenable? Improve grammar Fix not working test with execute Add CHANGELOG Improve grammar Add #can_reopen? and tests ...
Showing
.haml-lint.yml
0 → 100644
... | ... | @@ -298,6 +298,7 @@ group :development, :test do |
gem 'rubocop', '~> 0.41.2', require: false | ||
gem 'rubocop-rspec', '~> 1.5.0', require: false | ||
gem 'scss_lint', '~> 0.47.0', require: false | ||
gem 'haml_lint', '~> 0.18.2', require: false | ||
gem 'simplecov', '0.12.0', require: false | ||
gem 'flog', '~> 4.3.2', require: false | ||
gem 'flay', '~> 2.6.1', require: false | ||
... | ... |
lib/tasks/haml-lint.rake
0 → 100644
Please register or sign in to comment