ソースを参照

chore(rubocop): relax `Metrics/BlockLength` for new tests

* Checked using https://github.com/myii/ssf-formula/pull/145
tags/v0.10.0
Imran Iqbal 4年前
コミット
c69fd6bf04
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更2行の追加0行の削除
  1. +2
    -0
      .rubocop.yml

+ 2
- 0
.rubocop.yml ファイルの表示

@@ -8,3 +8,5 @@ Layout/LineLength:
Max: 88

# Any offenses that should be fixed, e.g. collected via. `rubocop --auto-gen-config`
Metrics/BlockLength:
Max: 39

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