mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-04 05:18:25 +00:00 
			
		
		
		
	Run editorconfig-checker on locale_en-US.ini (#29608)
				
					
				
			Will prevent trailing whitespace etc being introduced in this file. --------- Co-authored-by: Giteabot <teabot@gitea.io>
This commit is contained in:
		
							
								
								
									
										1
									
								
								.github/workflows/files-changed.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.github/workflows/files-changed.yml
									
									
									
									
										vendored
									
									
								
							@@ -48,6 +48,7 @@ jobs:
 | 
				
			|||||||
              - "Makefile"
 | 
					              - "Makefile"
 | 
				
			||||||
              - ".golangci.yml"
 | 
					              - ".golangci.yml"
 | 
				
			||||||
              - ".editorconfig"
 | 
					              - ".editorconfig"
 | 
				
			||||||
 | 
					              - "options/locale/locale_en-US.ini"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            frontend:
 | 
					            frontend:
 | 
				
			||||||
              - "**/*.js"
 | 
					              - "**/*.js"
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										3
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								Makefile
									
									
									
									
									
								
							@@ -147,6 +147,7 @@ GO_DIRS := build cmd models modules routers services tests
 | 
				
			|||||||
WEB_DIRS := web_src/js web_src/css
 | 
					WEB_DIRS := web_src/js web_src/css
 | 
				
			||||||
 | 
					
 | 
				
			||||||
SPELLCHECK_FILES := $(GO_DIRS) $(WEB_DIRS) docs/content templates options/locale/locale_en-US.ini .github
 | 
					SPELLCHECK_FILES := $(GO_DIRS) $(WEB_DIRS) docs/content templates options/locale/locale_en-US.ini .github
 | 
				
			||||||
 | 
					EDITORCONFIG_FILES := templates .github/workflows options/locale/locale_en-US.ini
 | 
				
			||||||
 | 
					
 | 
				
			||||||
GO_SOURCES := $(wildcard *.go)
 | 
					GO_SOURCES := $(wildcard *.go)
 | 
				
			||||||
GO_SOURCES += $(shell find $(GO_DIRS) -type f -name "*.go" ! -path modules/options/bindata.go ! -path modules/public/bindata.go ! -path modules/templates/bindata.go)
 | 
					GO_SOURCES += $(shell find $(GO_DIRS) -type f -name "*.go" ! -path modules/options/bindata.go ! -path modules/public/bindata.go ! -path modules/templates/bindata.go)
 | 
				
			||||||
@@ -426,7 +427,7 @@ lint-go-vet:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
.PHONY: lint-editorconfig
 | 
					.PHONY: lint-editorconfig
 | 
				
			||||||
lint-editorconfig:
 | 
					lint-editorconfig:
 | 
				
			||||||
	$(GO) run $(EDITORCONFIG_CHECKER_PACKAGE) templates .github/workflows
 | 
						@$(GO) run $(EDITORCONFIG_CHECKER_PACKAGE) $(EDITORCONFIG_FILES)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.PHONY: lint-actions
 | 
					.PHONY: lint-actions
 | 
				
			||||||
lint-actions:
 | 
					lint-actions:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user