Skip to content

Commit

Permalink
fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnuttinck committed Sep 10, 2021
1 parent d2f62e6 commit 16accda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .yamllint
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ extends: default
rules:
line-length:
max: 120
level: warning
level: warning
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
ansible.inventory_path = "tests/hosts"
end
end
end
end

0 comments on commit 16accda

Please sign in to comment.