Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Update pre-commit hook pre-commit/pre-commit-hooks to v4.5.0 - autoclosed #5

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-added-large-files
- id: check-case-conflict

Unchanged files with check annotations Beta

---
- name: ensure Java version {{ java.package }} is installed

Check failure on line 2 in tasks/main.yml

GitHub Actions / build

name[casing]

All names should start with an uppercase letter.

Check failure on line 2 in tasks/main.yml

GitHub Actions / build

name[template]

Jinja templates should only be at the end of 'name'
ansible.builtin.package:
name: "{{ java.package }}"
state: installed
ansible.builtin.template:
src: "java_home.sh.j2"
dest: "{{ java.profile_d }}/java_home.sh"
mode: 0644

Check failure on line 11 in tasks/main.yml

GitHub Actions / build

yaml[octal-values]

Forbidden implicit octal value "0644"
when: java.home is defined and java.home != ''