Skip to content

Commit

Permalink
Remove unnecessary yaml[line-length] ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Encephala committed Dec 19, 2023
1 parent 3fcaf10 commit 669bcb8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ansible-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
run: sudo apt-get install ansible-lint -y

- name: Run ansible-lint
run: ansible-lint -x yaml[line-length] 2>&1 >> $GITHUB_STEP_SUMMARY
run: ansible-lint 2>&1 >> $GITHUB_STEP_SUMMARY
1 change: 0 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@
"files.associations": {
"*.yml": "ansible"
},
"ansible.validation.lint.arguments": "-x yaml[line-length]"
}

0 comments on commit 669bcb8

Please sign in to comment.