Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

checks: Replace CRLF by LF in color table, test, license #2147

Merged
merged 1 commit into from
Feb 4, 2022

Conversation

wenzeslaus
Copy link
Member

  • Replace CRLF by LF in nlcd color table file. (All other have LF.)
  • Replace CRLF by LF and remove form feed (FF) char and FF 'materialized' as chars ^L from external ccmath library license file.
  • Replace CRLF by LF and remove traling whitespace from v.random test script (passes Flake8 now).

Several files which are expected to have LF (Line Feed aka unix line endings) contain CRLF (Carriage Return and Line Feed aka dos line endings/separators). This PR replaces CRLF by LF using dos2unix which includes adding LF to the end of the file if needed (CRLF is dos line separator while LF is unix line ending). Additionally, other whitespace related issues are resolved in the modified files.

* Replace CRLF by LF in nlcd color table file. (All other have LF.)
* Replace CRLF by LF and remove form feed (FF) char and FF 'materialized' as chars ^L from external ccmath library license file.
* Replace CRLF by LF and remove traling whitespace from v.random test script (passes Flake8 now).

Several files which are expected to have LF (Line Feed aka unix line endings) contain CRLF (Carriage Return and Line Feed aka dos line endings/separators). This PR replaces CRLF by LF using dos2unix which includes adding LF to the end of the file if needed (CRLF is dos line separator while LF is unix line ending). Additionally, other whitespace related issues are resolved in the modified files.
wenzeslaus added a commit to wenzeslaus/grass that referenced this pull request Feb 1, 2022
Replace CRLF (dos) by LF (unix) line endings. See also OSGeo#2144 and OSGeo#2147.
wenzeslaus added a commit to wenzeslaus/grass that referenced this pull request Feb 1, 2022
This repleaces CRLF (dos) by LF (unix) line ending in geoeye1 and sentinel_2A_msi CSV files. See also OSGeo#2144 and OSGeo#2147.
@wenzeslaus wenzeslaus added this to the 8.2.0 milestone Feb 1, 2022
petrasovaa pushed a commit that referenced this pull request Feb 1, 2022
Replace CRLF (dos) by LF (unix) line endings. See also #2144 and #2147.
wenzeslaus added a commit that referenced this pull request Feb 4, 2022
This replaces CRLF (dos) by LF (unix) line ending in geoeye1 and sentinel_2A_msi CSV files. See also #2144 and #2147.
@wenzeslaus wenzeslaus added the enhancement New feature or request label Feb 4, 2022
@wenzeslaus wenzeslaus merged commit b8ae3bb into OSGeo:main Feb 4, 2022
@wenzeslaus wenzeslaus deleted the fix-eol branch February 4, 2022 22:14
@wenzeslaus wenzeslaus changed the title Replace CRLF by LF in color table, test, license checks: Replace CRLF by LF in color table, test, license Apr 27, 2022
ninsbl pushed a commit to ninsbl/grass that referenced this pull request Oct 26, 2022
Replace CRLF (dos) by LF (unix) line endings. See also OSGeo#2144 and OSGeo#2147.
ninsbl pushed a commit to ninsbl/grass that referenced this pull request Oct 26, 2022
This replaces CRLF (dos) by LF (unix) line ending in geoeye1 and sentinel_2A_msi CSV files. See also OSGeo#2144 and OSGeo#2147.
ninsbl pushed a commit to ninsbl/grass that referenced this pull request Oct 26, 2022
* Replace CRLF by LF in nlcd color table file. (All other have LF.)
* Replace CRLF by LF and remove form feed (FF) char and FF 'materialized' as chars ^L from external ccmath library license file.
* Replace CRLF by LF and remove trailing whitespace from v.random test script (passes Flake8 now).

Several files which are expected to have LF (Line Feed aka unix line endings) contain CRLF (Carriage Return and Line Feed aka dos line endings/separators). This PR replaces CRLF by LF using dos2unix which includes adding LF to the end of the file if needed (CRLF is dos line separator while LF is unix line ending). Additionally, other whitespace related issues are resolved in the modified files.
ninsbl pushed a commit to ninsbl/grass that referenced this pull request Feb 17, 2023
Replace CRLF (dos) by LF (unix) line endings. See also OSGeo#2144 and OSGeo#2147.
ninsbl pushed a commit to ninsbl/grass that referenced this pull request Feb 17, 2023
This replaces CRLF (dos) by LF (unix) line ending in geoeye1 and sentinel_2A_msi CSV files. See also OSGeo#2144 and OSGeo#2147.
ninsbl pushed a commit to ninsbl/grass that referenced this pull request Feb 17, 2023
* Replace CRLF by LF in nlcd color table file. (All other have LF.)
* Replace CRLF by LF and remove form feed (FF) char and FF 'materialized' as chars ^L from external ccmath library license file.
* Replace CRLF by LF and remove trailing whitespace from v.random test script (passes Flake8 now).

Several files which are expected to have LF (Line Feed aka unix line endings) contain CRLF (Carriage Return and Line Feed aka dos line endings/separators). This PR replaces CRLF by LF using dos2unix which includes adding LF to the end of the file if needed (CRLF is dos line separator while LF is unix line ending). Additionally, other whitespace related issues are resolved in the modified files.
neteler pushed a commit to nilason/grass that referenced this pull request Nov 7, 2023
Replace CRLF (dos) by LF (unix) line endings. See also OSGeo#2144 and OSGeo#2147.
neteler pushed a commit to nilason/grass that referenced this pull request Nov 7, 2023
This replaces CRLF (dos) by LF (unix) line ending in geoeye1 and sentinel_2A_msi CSV files. See also OSGeo#2144 and OSGeo#2147.
neteler pushed a commit to nilason/grass that referenced this pull request Nov 7, 2023
* Replace CRLF by LF in nlcd color table file. (All other have LF.)
* Replace CRLF by LF and remove form feed (FF) char and FF 'materialized' as chars ^L from external ccmath library license file.
* Replace CRLF by LF and remove trailing whitespace from v.random test script (passes Flake8 now).

Several files which are expected to have LF (Line Feed aka unix line endings) contain CRLF (Carriage Return and Line Feed aka dos line endings/separators). This PR replaces CRLF by LF using dos2unix which includes adding LF to the end of the file if needed (CRLF is dos line separator while LF is unix line ending). Additionally, other whitespace related issues are resolved in the modified files.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant