appuio / component-openshift4-ingress

Commodore component to manage Ingress Controllers on OpenShift 4
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

Update from component template #52

Closed vshnbot closed 1 year ago

vshnbot commented 1 year ago

Template version: main (d3af334)

vshnbot commented 1 year ago

Component update was only partially successful. Please check the PR carefully.

Rejected patches:

diff a/.editorconfig b/.editorconfig    (rejected hunks)
@@ -25,6 +25,9 @@ insert_final_newline = false
 [Makefile]
 indent_style = tab

-# Don't check for trailing newlines in golden tests output
+; Ignore generated files
 [tests/golden/**]
+indent_style = unset
+indent_size = unset
 insert_final_newline = unset
+trim_trailing_whitespace = unset