redhat-performance / benchmark-runner

Containerized Python based Framework for running and visualizing benchmark workloads on any Kubernetes/ OpenShift and runtime kinds pods, kata containers and kubevirt virtual machines simply and safely
Apache License 2.0
20 stars 19 forks source link

Pre-commit hook: Add an EOF check and a large file #835

Closed ebattat closed 5 months ago

ebattat commented 5 months ago

Type of change

Note: Fill x in []

Description

  1. Add an EOF check and a large file pre-commit hook.
      - id: end-of-file-fixer
      - id: check-added-large-files

** Add an end-of-line (EOL) character to all generated golden YAML files in the generate code

  1. Comment check-yaml out because it affects all golden test YAML files.

- id: check-yaml

For security reasons, all pull requests need to be approved first before running any automated CI