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
17
17
18
18
[templates/swagger/v1_json.tmpl ]
19
19
indent_style = space
20
+ insert_final_newline = false
20
21
21
22
[templates/user/auth/oidc_wellknown.tmpl ]
22
23
indent_style = space
Original file line number Diff line number Diff line change 85
85
86
86
swagger:
87
87
- "templates/swagger/v1_json.tmpl"
88
+ - "templates/swagger/v1_input.json"
88
89
- "Makefile"
89
90
- "package.json"
90
91
- "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
378
378
379
379
.PHONY : lint-editorconfig
380
380
lint-editorconfig :
381
+ @echo " Running editorconfig check..."
381
382
@$(GO ) run $(EDITORCONFIG_CHECKER_PACKAGE ) $(EDITORCONFIG_FILES )
382
383
383
384
.PHONY : lint-actions
You can’t perform that action at this time.
0 commit comments