diff options
author | Katarzyna Kobierska <kkobierska@gmail.com> | 2016-08-24 11:42:48 +0200 |
---|---|---|
committer | Katarzyna Kobierska <kkobierska@gmail.com> | 2016-09-07 12:10:49 +0200 |
commit | ca1f5ede8456b0c433699fc73931ad39b5571f97 (patch) | |
tree | 56d259f58ca04cd1efd37bd7ec5b60adeb83cb65 /lib/api/api.rb | |
parent | 257c2acde7a0be63d955df63ca29488236e5654f (diff) | |
download | gitlab-ce-ca1f5ede8456b0c433699fc73931ad39b5571f97.tar.gz |
Move lint to api from ci/api
Diffstat (limited to 'lib/api/api.rb')
-rw-r--r-- | lib/api/api.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/api/api.rb b/lib/api/api.rb index e14464c1b0d..a08fb056049 100644 --- a/lib/api/api.rb +++ b/lib/api/api.rb @@ -45,6 +45,7 @@ module API mount ::API::Keys mount ::API::Labels mount ::API::LicenseTemplates + mount ::API::Lint mount ::API::Members mount ::API::MergeRequests mount ::API::Milestones |