Rename to Procyon
All checks were successful
forgejo/Procyon/seedling/pipeline/head This commit looks good

Change-Id: I812c93e057039c0c6a8bea8079c8b9cda6357133
This commit is contained in:
Roman Jaroš 2023-11-16 11:43:48 +01:00
parent 096dfe11cb
commit 68ce70e5a0
20 changed files with 50 additions and 48 deletions

View file

@ -43,6 +43,9 @@
}
}
],
"ignorePatterns": [
"**/generated/*.ts"
],
"rules": {
"max-len": "off",
"no-useless-escape": "off",
@ -95,7 +98,7 @@
"^[^.]"
],
[
"^@prokyon?\\w"
"^@procyon?\\w"
],
[
"^api?\\w",