소스 검색

chore(rubocop): move `LineLength` cop from `Metrics` to `Layout` [skip ci]

* Automated using https://github.com/myii/ssf-formula/pull/129
tags/v1.3.0
Imran Iqbal 4 년 전
부모
커밋
221994b5cf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      .rubocop.yml

+ 1
- 1
.rubocop.yml 파일 보기

@@ -2,7 +2,7 @@
# vim: ft=yaml
---
# General overrides used across formulas in the org
Metrics/LineLength:
Layout/LineLength:
# Increase from default of `80`
# Based on https://github.com/PyCQA/flake8-bugbear#opinionated-warnings (`B950`)
Max: 88

Loading…
취소
저장