Skip to content

Commit

Permalink
ignore no wildcard lint error (#25)
Browse files Browse the repository at this point in the history
Co-authored-by: Darwin D Wu <[email protected]>
  • Loading branch information
darwin67 and darwin67 authored Feb 25, 2024
1 parent b9306c8 commit 7e08df0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ tab_width = 2
[*.{kt,kts,java}]
indent_size = 4
tab_width = 4
ktlint_standard_no-wildcard-imports = disabled

[Makefile]
indent_style = tab
8 changes: 6 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.PHONY: dev
dev:
.PHONY: dev-ktor
dev-ktor:
gradle inngest-test-server:run

.PHONY: dev-spring-boot
Expand All @@ -18,3 +18,7 @@ lint:
.PHONY: fmt
fmt:
ktlint -F

.PHONY: inngest-dev
inngest-dev:
inngest-cli dev -v -u http://127.0.0.1:8080/api/inngest

0 comments on commit 7e08df0

Please sign in to comment.