Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bbaassssiiee committed Dec 15, 2022
1 parent 22550ab commit 15191b2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 13 deletions.
7 changes: 7 additions & 0 deletions .yamllint
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
extends: default

rules:
line-length:
max: 160
allow-non-breakable-words: true
allow-non-breakable-inline-mappings: false
truthy:
allowed-values: ['true', 'false']
check-keys: false

ignore: |
.tox/
2 changes: 1 addition & 1 deletion molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ platforms:
image: quay.io/centos/centos:stream8
privileged: true
- name: base-git-centos7
image: milcom/centos7-systemd
image: centos:7
privileged: true
- name: base-git-ubuntu
image: ubuntu
Expand Down
10 changes: 0 additions & 10 deletions package.json

This file was deleted.

2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# these python extensions are for testing
tox
pipx
attrs>=19.2.0
rich==12.5.1
ansible==6.2.0
Expand All @@ -10,6 +9,5 @@ molecule-docker==2.0.0
molecule-vagrant-1.0.0
yamllint==1.28.0
docker>=4.3.1
ssh-audit
anyconfig>=0.10.0 # not directly required, pinned by Snyk to avoid a vulnerability
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit 15191b2

Please sign in to comment.