Saltstack Official Chrony Formula
Nevar pievienot vairāk kā 25 tēmas
Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
|
- # -*- 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
|