Tag suchen

Tag:

Tag pre-commit-hook

Mit Pre-Commit-Hooks 3-fache Sicherheit 14.03.2025 16:47:38

code-qualität git entwicklung phpstan php best practices automatisierte code-prüfung phpcs php codesniffer versionskontrolle pre-commit-hook sicherheit psr-12 linux phpmd code-analyse fehlervermeidung git hooks code-review statische analyse composer software-qualität php mess detector clean code
Beim Arbeiten mit Git kann es schnell passieren, dass fehlerhafter oder unsauberer Code in ein Repository gelangt. Um dies zu verhindern, können Pre-Commit-Hooks eingesetzt werden, die den Code automatisch vor jedem Commit prüfen. In diesem Artikel zeige ich, wie du … ... mehr auf 1manfactory.com

Linting und Formatierung in React/TypeScript-Projekten 14.03.2025 20:02:24

pre-commit-hook react-scripts eslint code-formatierung best practices eslint-plugin-react-hooks javascript automatisierung react typescript code-qualität eslint-plugin-react git @typescript-eslint git-hooks eslint-config-prettier prettier entwicklungsworkflow npm linux frontend-entwicklung linting
Warum Linting und Formatierung wichtig sind Linting und Formatierung sind entscheidende Bestandteile eines sauberen und wartbaren Codes. Während Linting hilft, potenzielle Fehler im Code zu identifizieren, stellt die Formatierung sicher, dass der Code konsistent aussieht und leicht lesbar bleibt. In … ... mehr auf 1manfactory.com