0
0
mirror of https://github.com/saltstack-formulas/sysctl-formula.git synced 2024-11-30 22:15:40 +01:00
sysctl-formula/.yamllint
2019-08-28 02:44:10 +02:00

17 lines
418 B
YAML

# -*- coding: utf-8 -*-
# vim: ft=yaml
---
# Extend the `default` configuration provided by `yamllint`
extends: default
# Files to ignore completely
# 1. All YAML files under directory `node_modules/`, introduced during the Travis run
ignore: |
node_modules/
rules:
line-length:
# Increase from default of `80`
# Based on https://github.com/PyCQA/flake8-bugbear#opinionated-warnings (`B950`)
max: 88