Kaaveh / ComposeNews

A playground about best practices, using updated libraries and solutions in the Android world!
Apache License 2.0
293 stars 50 forks source link

Added Detekt and Ktlint Plugins for Pre-push and Pre-commit Checks #100

Closed VahidGarousi closed 12 months ago

VahidGarousi commented 12 months ago

Overview:

This pull request introduces significant improvements to our project's code quality and consistency by implementing Git hooks for pre-push and pre-commit actions. Specifically, we've integrated two essential plugins, Detekt and Ktlint, to enforce code style and static analysis checks.

Changes Made

Git Hooks Configuration

Detekt Plugin Integration

Ktlint Plugin Integration

Git Hooks Setup Script

Benefits

Please feel free to provide feedback and suggestions for further improvements. Together, we can enhance our development process and codebase quality.

github-actions[bot] commented 12 months ago
1 Message
:book: Thanks @VahidGarousi!

Generated by :no_entry_sign: Danger