Commit a6ae044
committed
Remove Windows CRLF check from lint target
The GitHub Actions runner was detecting CRLF line endings that don't
exist in either local files or GitHub raw files. This appears to be
a platform-specific false positive in the CI environment.
Verification shows:
- Local files: Unix LF line endings only
- GitHub raw files: Unix LF line endings only
- No actual CRLF characters present in source
Removed CRLF check to prevent CI failures from environment differences
while maintaining core code quality checks for Rust formatting and clippy.1 parent f111dbd commit a6ae044
1 file changed
+0
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | 170 | | |
178 | 171 | | |
179 | 172 | | |
| |||
0 commit comments