Closed Tregonia closed 3 years ago
This is also possibly happening in the .gitignore file.
diff --git a/web/themes/custom/theme/.gitignore b/web/themes/custom/theme/.gitignore
index adac14d..d3533d2 100644
--- a/web/themes/custom/theme/.gitignore
+++ b/web/themes/custom/theme/.gitignore
@@ -25,4 +25,3 @@ dist/js/*
# Ignore Patternlab files that change every time.
patternlab
dependencyGraph.json
-
Hey @Tregonia what would your recommendation be to address these issues? Is it normal for developers to run PHP linting tests in a theme?
All files that are generated are expected to use UNIX line endings. This can be fixed by running the "dos2unix" command (or equivalent) on the text files in this codebase.
I think this problem has been resolved since it was originally opened, I don't see this with the current codebase.
Found an issue where the default output theme has linter issues from the initial load.
Reviewing the files, just opening and resaving the file cleaned up the issues. Here is a
git diff
of the change