Skip to content

Commit

Permalink
Enforce new line at end for yamllint
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitounator committed Feb 18, 2019
1 parent c1f9fb5 commit ff40119
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .yamllint
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,4 @@ rules:
max-spaces-inside: 0
level: error
truthy: disable
new-line-at-end-of-file: disable
comments-indentation: enable
2 changes: 1 addition & 1 deletion molecule/nexus_test_vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,4 @@ nexus_privileges:
description: first script
script_name: the_script_name
actions:
- some actions
- some actions
2 changes: 1 addition & 1 deletion tasks/check_deprecated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@
and
public_hostname != nexus_public_hostname
and
nexus_public_hostname == 'nexus.vm'
nexus_public_hostname == 'nexus.vm'
2 changes: 1 addition & 1 deletion tasks/setup_ldap_user_each.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
- include_tasks: call_script.yml
vars:
script_name: setup_ldap_user
args: "{{ item }}"
args: "{{ item }}"

0 comments on commit ff40119

Please sign in to comment.