You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- replace non-breaking spaces with plain spaces
- use only UNIX line endings (\n)
- end text files with single newlines
- rewrite whitespace checks in Julia & check for:
- trailing non-ASCII whitespace
- non-breaking spaces anywhere
- non-UNIX line endings
- missing trailing newline
Copy file name to clipboardexpand all lines: contrib/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Installation
6
6
|[ mac/ ](https://github.com/JuliaLang/julia/blob/master/contrib/mac/)| Mac install files |
7
7
|[ windows/ ](https://github.com/JuliaLang/julia/blob/master/contrib/windows/)| Windows install files |
8
8
|[ add_license_to_files.jl ](https://github.com/JuliaLang/julia/blob/master/contrib/add_license_to_files.jl)| Add the Julia license to files in the Julia Project |
9
-
|[ check-whitespace.sh](https://github.com/JuliaLang/julia/blob/master/contrib/check-whitespace.sh)| Check for trailing white space |
9
+
|[ check-whitespace.jl](https://github.com/JuliaLang/julia/blob/master/contrib/check-whitespace.jl)| Check for white space issues|
10
10
|[ commit-name.sh ](https://github.com/JuliaLang/julia/blob/master/contrib/commit-name.sh)| Computes a version name for a commit |
11
11
|[ fixup-libgfortran.sh ](https://github.com/JuliaLang/julia/blob/master/contrib/fixup-libgfortran.sh)| Include libgfortran and libquadmath for installations |
12
12
|[ fixup-libstdc++.sh ](https://github.com/JuliaLang/julia/blob/master/contrib/fixup-libstdc++.sh)| Include libstdc++ for installations |
0 commit comments