Merge pull request #46 from myii/chore/standardise-structure
feat(yamllint): include for this repo and apply rules throughoutpull/47/head
commit
f60dec4c5d
@ -0,0 +1,16 @@ |
||||
# -*- 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 |
@ -1,3 +1,6 @@ |
||||
# -*- coding: utf-8 -*- |
||||
# vim: ft=yaml |
||||
--- |
||||
Ubuntu: |
||||
default_config: |
||||
su: root syslog |
||||
|
Loading…
Reference in new issue