Quellcode durchsuchen

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

* Automated using https://github.com/myii/ssf-formula/pull/129
tags/v1.2.2
Imran Iqbal vor 4 Jahren
Ursprung
Commit
3a55cfc5bd
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      .rubocop.yml

+ 1
- 1
.rubocop.yml Datei anzeigen

@@ -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

Laden…
Abbrechen
Speichern