zmk/app
Joel Spadin 32ae776c42 refactor: Add more checks to pre-commit
Updated existing pre-commit hooks and added some new hooks:

- Remove trailing whitespace
- Ensure every non-empty file ends with a new line
- Check YAML file validity
- Prevent adding large files
- Ensure any scripts with shebangs are executable

Added a GitHub action to run pre-commit on every commit. Removed any
existing actions which duplicate pre-commit.

Ran pre-commit on the codebase.
2023-04-24 16:07:04 -07:00
..
boards refactor: Add more checks to pre-commit 2023-04-24 16:07:04 -07:00
cmake fix(build): Fix for proper string variable check. 2022-06-07 19:43:23 -04:00
drivers refactor: Add more checks to pre-commit 2023-04-24 16:07:04 -07:00
dts refactor: Add more checks to pre-commit 2023-04-24 16:07:04 -07:00
include refactor: Add more checks to pre-commit 2023-04-24 16:07:04 -07:00
scripts chore: make west scripts more pythonic and apply Black 2022-01-04 23:59:25 -05:00
src refactor: Add more checks to pre-commit 2023-04-24 16:07:04 -07:00
tests refactor: Add more checks to pre-commit 2023-04-24 16:07:04 -07:00
.gitignore feat(metadata): Add YAML check/format npm scripts. 2021-09-11 00:50:36 -04:00
.prettierrc.js refactor: Add more checks to pre-commit 2023-04-24 16:07:04 -07:00
CMakeLists.txt feat(behaviors): Add reusable sensor behaviors. 2023-04-21 21:13:31 -07:00
core-coverage.yml refactor: Add more checks to pre-commit 2023-04-24 16:07:04 -07:00
Kconfig feat(behaviors): Add reusable sensor behaviors. 2023-04-21 21:13:31 -07:00
Kconfig.behaviors feat(behaviors): Add reusable sensor behaviors. 2023-04-21 21:13:31 -07:00
package-lock.json feat(boards): Add Corne-ish zen v2 2022-12-16 10:57:25 -06:00
package.json refactor: Add more checks to pre-commit 2023-04-24 16:07:04 -07:00
prj.conf Removed development files 2020-08-29 11:53:53 -07:00
run-test.sh fix(tests): ignore line endings 2023-03-21 17:44:49 -07:00
west.yml refactor: Move to Zephyr 3.2 branch. 2023-04-05 22:55:38 -07:00