diff options
author | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2017-02-20 13:59:11 +0100 |
---|---|---|
committer | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2017-03-09 10:36:27 +0100 |
commit | 161d0aa43dc767485c6f8a2300b6f4014c29ad7b (patch) | |
tree | 4004735c7e9425fb9a1b165fa0de00dd98a0b158 /qa/qa.rb | |
parent | adbbcc1cf43cdbea51db23338b14670da444b2b8 (diff) | |
download | gitlab-ce-161d0aa43dc767485c6f8a2300b6f4014c29ad7b.tar.gz |
Fix Rubocop offense and remove QA Rubocop from deps
Diffstat (limited to 'qa/qa.rb')
-rw-r--r-- | qa/qa.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -$LOAD_PATH << File.expand_path(File.dirname(__FILE__)) +$: << File.expand_path(File.dirname(__FILE__)) module QA ## |