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

CI: Remove EOF fixer from pre-commit hook #10311

Merged
merged 1 commit into from
Nov 23, 2024

Conversation

mhilbrunner
Copy link
Member

@mhilbrunner mhilbrunner commented Nov 23, 2024

As this isn't enforced on the files used from the main engine repository, this currently seems more trouble than its worth.

Notably, we got a build failure from #10309 due to the generated index for the classes:

diff --git a/classes/index.rst b/classes/index.rst
index 5eb1dd9..74d350c 100644
--- a/classes/index.rst
+++ b/classes/index.rst
@@ -1088,4 +1088,3 @@ Variant types
     class_vector3i
     class_vector4
     class_vector4i
-
Error: Process completed with exit code 1.

We could re-add this in the future if we change this, however I'm not really convinced removing newlines from the end of files is useful.

As this isn't enforced on the files used from the main engine repository, this currently seems more trouble than its worth.
@mhilbrunner mhilbrunner added bug github_actions Pull requests that update GitHub Actions code labels Nov 23, 2024
@mhilbrunner mhilbrunner merged commit 47cd64c into godotengine:master Nov 23, 2024
1 check passed
@mhilbrunner mhilbrunner deleted the fix-ci branch November 23, 2024 05:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant