Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Van Landuyt <bob@vanlanduyt.co>2018-05-07 19:39:46 +0300
committerBob Van Landuyt <bob@vanlanduyt.co>2018-06-15 15:58:47 +0300
commit9b5339371b500829b87602cfe7ba773e1027109f (patch)
treec21fa625bdedbab6727add0cf84b19cb919215d5 /lib/tasks/lint.rake
parenta9ebcfa5f55fe8444d9c0058904a9f1dbee7e32e (diff)
Validate if changed translations are checked in
Diffstat (limited to 'lib/tasks/lint.rake')
-rw-r--r--lib/tasks/lint.rake1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/tasks/lint.rake b/lib/tasks/lint.rake
index 8b86a5c72a5..b5a9cddaacb 100644
--- a/lib/tasks/lint.rake
+++ b/lib/tasks/lint.rake
@@ -27,6 +27,7 @@ unless Rails.env.production?
scss_lint
flay
gettext:lint
+ gettext:updated_check
lint:static_verification
].each do |task|
pid = Process.fork do