in6pio / Incipio

ERP pour Junior-Entreprises.
http://incipio.fr
GNU Affero General Public License v3.0
5 stars 5 forks source link

[Insight] Text files should end with a newline character - in ansible/parameters.yml, line 35 #19

Closed theofidry closed 9 years ago

theofidry commented 9 years ago

in ansible/parameters.yml, line 35

This file ends with no newline character. It won't render properly on a terminal, and it's considered a bad practice. Add a simple line feed as the last character to fix it.

# Maybe use https://github.com/knopki as module instead of our custom?
locale: en_US.UTF-8
locale_language: en
locale_ctype: en_US.UTF-8

composer_path: /usr/bin/composer

Posted from SensioLabsInsight