Skip to content

Commit

Permalink
pre-commit: fix check failures (#15328) (#15361)
Browse files Browse the repository at this point in the history
(cherry picked from commit 234488f)

Co-authored-by: Victor Martinez <[email protected]>
  • Loading branch information
mergify[bot] and v1v authored Jan 24, 2025
1 parent 6937dc4 commit 40c9b98
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ repos:
hooks:
- id: check-executables-have-shebangs
- id: check-shebang-scripts-are-executable
exclude: (.*/.*.(tmpl|tftpl)$)
- id: check-merge-conflict
args: ['--assume-in-merge']
Empty file modified packaging/files/linux/apm-server.sh
100644 → 100755
Empty file.
Empty file modified packaging/files/linux/postinstall.sh
100644 → 100755
Empty file.
Empty file modified packaging/files/linux/preinstall.sh
100644 → 100755
Empty file.
Empty file modified script/build_apm_docs.sh
100644 → 100755
Empty file.
Empty file modified script/intake-receiver-version.sh
100644 → 100755
Empty file.
Empty file modified testing/docker/elastic-agent/build.sh
100644 → 100755
Empty file.
Empty file modified testing/smoke/lib.sh
100644 → 100755
Empty file.
Empty file modified testing/smoke/os_matrix.sh
100644 → 100755
Empty file.
Empty file modified testing/smoke/test_supported_os.sh
100644 → 100755
Empty file.

0 comments on commit 40c9b98

Please sign in to comment.