Skip to content

Commit

Permalink
Merge pull request #13 from EA31337/dev
Browse files Browse the repository at this point in the history
Development fixes
  • Loading branch information
kenorb authored Jul 7, 2024
2 parents 61c40a0 + bab6e63 commit 83c5d5f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
repos:

- repo: https://github.com/ansible-community/ansible-lint
rev: v6.22.2
rev: v24.6.1
hooks:
- id: ansible-lint

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-added-large-files
- id: check-byte-order-marker
Expand All @@ -19,7 +19,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/igorshubovych/markdownlint-cli.git
rev: v0.39.0
rev: v0.41.0
hooks:
- id: markdownlint

Expand All @@ -32,6 +32,6 @@ repos:
- id: script-must-have-extension

- repo: https://github.com/adrienverge/yamllint.git
rev: v1.33.0
rev: v1.35.1
hooks:
- id: yamllint
4 changes: 2 additions & 2 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ lint: |
platforms:
- name: debian-latest
image: debian:latest
- name: ubuntu-latest
image: ubuntu:latest
- name: ubuntu-jammy
image: ubuntu:jammy
provisioner:
config_options:
defaults:
Expand Down
2 changes: 1 addition & 1 deletion templates/mt4_install.verb.j2
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ load_mt4_install()

if w_workaround_wine_bug 7156 "${title} needs wingdings.ttf, installing opensymbol"
then
w_call opensymbol # @fixme: GH-6
echo w_call opensymbol # @fixme: https://github.com/Winetricks/winetricks/issues/2236
fi

# Opens a webpage.
Expand Down
2 changes: 1 addition & 1 deletion templates/mt5_install.verb.j2
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ load_mt5_install()

if w_workaround_wine_bug 7156 "${title} needs wingdings.ttf, installing opensymbol"
then
echo w_call opensymbol # @fixme: GH-6
echo w_call opensymbol # @fixme: https://github.com/Winetricks/winetricks/issues/2236
fi

WINEDLLOVERRIDES="winebrowser.exe="
Expand Down

0 comments on commit 83c5d5f

Please sign in to comment.