Skip to content

Commit 5a2cef0

Browse files
Apply prepare changes
1 parent 4393f8f commit 5a2cef0

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.oxlintrc.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,12 @@
2828
{
2929
"files": ["**/components/*"],
3030
"rules": {
31-
"unicorn/filename-case": "PascalCase"
31+
"unicorn/filename-case": [
32+
"error",
33+
{
34+
"case": "PascalCase"
35+
}
36+
]
3237
}
3338
}
3439
]

tests/integration/microservices/back/requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@
55
# pip-compile --output-file=tests/integration/microservices/back/requirements.txt tests/integration/microservices/back/requirements.in
66
#
77

8-
opengeodeweb-back==5.*,>=5.12.0rc1

tests/integration/microservices/viewer/requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@
55
# pip-compile --output-file=tests/integration/microservices/viewer/requirements.txt tests/integration/microservices/viewer/requirements.in
66
#
77

8-
opengeodeweb-viewer==1.*,>=1.11.8rc1

0 commit comments

Comments
 (0)