forked from rucio/rucio
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature 5618 Resolve the pre-commit problems (rucio#5619)
* Documentation: Fix the trailing whitespaces rucio#5618 It is a good practice to remove trailing whitespaces from the files. They can not be spottet in most editors, and they add no value. This commit removes all trailing whitespaces from the repository. The pre-commit hook `trailing-whitespaces` takes care of trailing white-spaces before the commit. This is a desired behavior. * Documentation: Fix the file endings rucio#5618 It is a good practice to remove empty lines from the files. They can not be spottet in most editors, and they add no value. This commit removes all unnecessary empty lines on the end of files from the repository. The pre-commit hook `end-of-file-fixer` takes care of empty lines on the end of files before the commit. This is a desired behavior. There, however, is the `ISSUETEMPLATE.md` file, where the behavior is desired. We do not change that one.
- Loading branch information
1 parent
0de031f
commit 2f60939
Showing
74 changed files
with
1,981 additions
and
1,999 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,4 +65,3 @@ tools/test.file.1G | |
|
||
# autotest logs/data | ||
/.autotest | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
[pep8] | ||
max-line-length=256 | ||
ignore=E731,E722 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
[pycodestyle] | ||
max-line-length=256 | ||
ignore=E731,E722 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.