forked from MapComplete/MapComplete
Chore: housekeeping
This commit is contained in:
parent
4c001d718e
commit
6f7d94890a
29 changed files with 430 additions and 308 deletions
|
@ -26,7 +26,7 @@ function detectInCodeUnwrapped(forbidden: string, reason: string): Promise<void>
|
|||
"assets",
|
||||
"vendor",
|
||||
".idea/",
|
||||
"android/"
|
||||
"android/",
|
||||
]
|
||||
|
||||
const command =
|
||||
|
@ -154,7 +154,6 @@ describe("Code quality", () => {
|
|||
)
|
||||
)
|
||||
|
||||
|
||||
/*
|
||||
itAsync(
|
||||
"should not contain 'import * as name from \"xyz.json\"'",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue