We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 391cc60 commit 7e4bcb9Copy full SHA for 7e4bcb9
Makefile
@@ -376,11 +376,11 @@ lint-md: node_modules ## lint markdown files
376
377
.PHONY: lint-spell
378
lint-spell: ## lint spelling
379
- @go run $(MISSPELL_PACKAGE) -dict misspellings.csv -error $(SPELLCHECK_FILES)
+ @go run $(MISSPELL_PACKAGE) -dict assets/misspellings.csv -error $(SPELLCHECK_FILES)
380
381
.PHONY: lint-spell-fix
382
lint-spell-fix: ## lint spelling and fix issues
383
- @go run $(MISSPELL_PACKAGE) -dict misspellings.csv -w $(SPELLCHECK_FILES)
+ @go run $(MISSPELL_PACKAGE) -dict assets/misspellings.csv -w $(SPELLCHECK_FILES)
384
385
.PHONY: lint-go
386
lint-go: ## lint go files
misspellings.csv renamed to assets/misspellings.csv
0 commit comments