ソースを参照

Fix check-i18n builds (#11084)

* Fix check-i18n builds

* Remove check for missing plural forms
master^2
Eugen Rochko 4年前
committed by GitHub
コミット
65efe892cf
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更1行の追加2行の削除
  1. +1
    -2
      .circleci/config.yml

+ 1
- 2
.circleci/config.yml ファイルの表示

@@ -174,8 +174,7 @@ jobs:
steps:
- *attach_workspace
- run: bundle exec i18n-tasks check-normalized
- run: bundle exec i18n-tasks unused
- run: bundle exec i18n-tasks missing -t plural
- run: bundle exec i18n-tasks unused -l en
- run: bundle exec i18n-tasks check-consistent-interpolations

workflows:


読み込み中…
キャンセル
保存