Skip to content

Commit 060a87b

Browse files
committed
feat(firewalld): relax rubocop Metrics/BlockLength for new tests
* saltstack-formulas/firewalld-formula#40
1 parent 318e074 commit 060a87b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

ssf/defaults.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ ssf_node_anchors:
2222
# An alternative method could be to use:
2323
# `git describe --abbrev=0 --tags`
2424
# yamllint disable rule:line-length rule:quoted-strings
25-
title: "ci(kitchen+travis): adjust matrix to add '`'3000'`' & remove '`'2017.7'`'"
26-
body: '* Automated using https://github.com/myii/ssf-formula/pull/144'
25+
title: "chore(rubocop): relax '`'Metrics/BlockLength'`' for new tests"
26+
body: '* Checked using https://github.com/myii/ssf-formula/pull/145'
2727
# yamllint enable rule:line-length rule:quoted-strings
2828
github:
2929
owner: 'saltstack-formulas'

ssf/formulas.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -789,6 +789,10 @@ ssf:
789789
- [opensuse/leap, 15.1 , 2018.3, 2, default]
790790
- [arch-base , latest, 2018.3, 2, default]
791791
# - [ubuntu , 16.04, 2017.7, 2, default]
792+
rubocop:
793+
Cops:
794+
Metrics/BlockLength:
795+
Max: 39
792796
semrel_files: *semrel_files_default
793797
golang:
794798
context:

0 commit comments

Comments
 (0)