diff options
author | Dmitriy Zaporozhets <dzaporozhets@gitlab.com> | 2015-03-03 05:57:47 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dzaporozhets@gitlab.com> | 2015-03-03 05:57:47 +0000 |
commit | d874c821b4562457442b62e204d6b8796ceb560e (patch) | |
tree | 31a3127c7eab3762d2070d88a1ba3ce019f96ba4 /doc/development/ci_setup.md | |
parent | 704d21f517f393b18c634f26ec58cc836cd0d6f4 (diff) | |
parent | f850cff4174bfe99a6f2ef0da365bf002990ad92 (diff) | |
download | gitlab-ce-d874c821b4562457442b62e204d6b8796ceb560e.tar.gz |
Merge branch 'brakeman' into 'master'
Add Brakeman - Static analysis security scanner for Ruby on Rails
See merge request !1616
Diffstat (limited to 'doc/development/ci_setup.md')
-rw-r--r-- | doc/development/ci_setup.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/development/ci_setup.md b/doc/development/ci_setup.md index f417667754e..f9b48868182 100644 --- a/doc/development/ci_setup.md +++ b/doc/development/ci_setup.md @@ -37,7 +37,10 @@ bundle install --deployment --path vendor/bundle (Setup) cp config/gitlab.yml.example config/gitlab.yml (Setup) bundle exec rake db:create (Setup) bundle exec rake spinach (Thread #1) -bundle exec rake spec (Thread #2) +bundle exec rake spec (thread #2) +bundle exec rake rubocop (thread #3) +bundle exec rake brakeman (thread #4) +bundle exec rake jasmine:ci (thread #5) ``` Use rubygems mirror. |