ServiceComb Java Chassis is a Software Development Kit (SDK) for rapid development of microservices in Java, providing service registration, service discovery, dynamic routing, and service management features
This PR introduces LineLint to the CI pipeline to ensure consistent line endings and prevent trailing whitespace across all files. By enforcing these rules, we achieve the following benefits:
Cleaner Git History: No more unnecessary changes caused by inconsistent line endings or trailing spaces, resulting in more meaningful diffs.
Improved Code Quality: Maintaining clean files with no trailing spaces or missing newlines contributes to better code readability and professional standards.
This PR introduces LineLint to the CI pipeline to ensure consistent line endings and prevent trailing whitespace across all files. By enforcing these rules, we achieve the following benefits: