File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ insert_final_newline = false
1717
1818[templates/swagger/v1_json.tmpl ]
1919indent_style = space
20+ insert_final_newline = false
2021
2122[templates/user/auth/oidc_wellknown.tmpl ]
2223indent_style = space
Original file line number Diff line number Diff line change 8585
8686 swagger:
8787 - "templates/swagger/v1_json.tmpl"
88+ - "templates/swagger/v1_input.json"
8889 - "Makefile"
8990 - "package.json"
9091 - "package-lock.json"
Original file line number Diff line number Diff line change @@ -378,6 +378,7 @@ lint-go-gopls: ## lint go files with gopls
378378
379379.PHONY : lint-editorconfig
380380lint-editorconfig :
381+ @echo " Running editorconfig check..."
381382 @$(GO ) run $(EDITORCONFIG_CHECKER_PACKAGE ) $(EDITORCONFIG_FILES )
382383
383384.PHONY : lint-actions
You can’t perform that action at this time.
0 commit comments