
Commit Hooks for Data Validation, Analytics Check, and Code Styling
commit_hooks.RdThis wrapper function executes a series of pre-commit checks, including:
- Data file validation ( - data_checker)
- Google Analytics key validation ( - check_analytics_key, skipped if running in shiny_template repo)
- Code styling check ( - style_code)