Implementation new ansible-lint rules
New ansible lint rules
Ansible is commonly use during our projects creation. To detect practises that could be improved we use ansible-lint tool. New rules for ansible-lint could help us to get proper response for our constantly growing needs.
Rules to add:
- Checking if there's no spaces in the end of the line
- Checking if task's name starts with lowercase letter
- Checking if file ends with an empty line
- Checking if
.yml
files starts with---
Edited by Adrian Oleszczuk