2 مستودعات
Tools specifically designed to reformat Scala source code.
Distinct from Scala Style Guides: Candidates cover style guides or general language resources, not the automatic formatting tools themselves.
Explore 2 awesome GitHub repositories matching development tools & productivity · Scala Formatters. Refine with filters or upvote what's useful.
Spotless هو منسق تنسيق متعدد اللغات وإضافة Gradle تقوم بأتمتة نمط الكود عبر لغات برمجة مختلفة ضمن خط أنابيب بناء واحد. يعمل كمنسق لمنسقات الطرف الثالث المتعددة، وأداة لتدقيق نمط الكود، ونظام لإدراج وتحديث ترويسات التراخيص الموحدة. يتميز المشروع بفرض النمط المدمج مع git، باستخدام خطافات ما قبل الدفع (pre-push hooks) ومراجع git لتطبيق التنسيق فقط على الملفات أو الأسطر المعدلة. يدعم تهيئات البناء المشتركة، مما يسمح بتوزيع قواعد التنسيق وتحميلها عبر مشاريع متعددة عبر أصول بعيدة للحفاظ على مصدر وحيد للحقيقة. تغطي الأداة مجموعة واسعة من الإمكانيات، بما في ذلك تحويل نص الكود المصدري عبر التعبيرات النمطية وتصحيحات JSON، وإدارة الاستيراد، وتوحيد المسافات البيضاء. تتكامل مع مجموعة واسعة من الملفات الثنائية والأدوات الخارجية للغات مثل Java وPython وKotlin وC++ وGo وTypeScript. تتضمن الوظائف الإضافية التحقق من التنسيق لضمان التكرارية والتحسين التزايدي لتخطي الملفات غير المتغيرة.
Styles Scala files by executing the scalafmt formatter.
Overcommit is a Git hook manager and pre-commit validation framework designed to automate the execution of scripts and checks during various Git events. It serves as a workflow automation tool that ensures code quality and project standards are met before changes are committed or pushed to a remote repository. The system distinguishes itself through a comprehensive YAML-based configuration that allows for detailed hook behavior control, including file execution filtering, conditional skipping, and the management of hook dependencies. It provides specialized roles such as a commit message vali
Runs automated formatters to ensure consistent code style for Scala files.