Skip to content

Commit 8cf140f

Browse files
committed
Applied standards to scss and yml
1 parent c90ac95 commit 8cf140f

File tree

119 files changed

+352
-357
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

119 files changed

+352
-357
lines changed

.github/workflows/build_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
22
push:
33
tags:
4-
- '*.*.*'
4+
- "*.*.*"
55

66
name: Create Github Release
77

.prettierrc.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.woodpecker/emnemodul_prod.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ steps:
2121
from_secret: prod_emnemodul_path
2222
user:
2323
from_secret: user
24-
playbook: 'release'
24+
playbook: "release"
2525
pre_up:
2626
# Fixes issue with 'Drupal\mysql\Driver\Database\mysql\Connection' not found
2727
- itkdev-docker-compose-server run --rm phpfpm composer2 dump-autoload
@@ -32,9 +32,9 @@ steps:
3232
- itkdev-docker-compose-server run --rm phpfpm vendor/bin/drush --yes cache:rebuild
3333
cron:
3434
cron:
35-
minute: '08'
36-
hour: '*'
37-
day: '*'
38-
month: '*'
39-
weekday: '*'
40-
job: 'itkdev-docker-compose-server exec phpfpm vendor/bin/drush core:cron'
35+
minute: "08"
36+
hour: "*"
37+
day: "*"
38+
month: "*"
39+
weekday: "*"
40+
job: "itkdev-docker-compose-server exec phpfpm vendor/bin/drush core:cron"

.woodpecker/loop_prod.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ steps:
2121
from_secret: prod_loop_path
2222
user:
2323
from_secret: user
24-
playbook: 'release'
24+
playbook: "release"
2525
pre_up:
2626
# Fixes issue with 'Drupal\mysql\Driver\Database\mysql\Connection' not found
2727
- itkdev-docker-compose-server run --rm phpfpm composer2 dump-autoload
@@ -32,9 +32,9 @@ steps:
3232
- itkdev-docker-compose-server run --rm phpfpm vendor/bin/drush --yes cache:rebuild
3333
cron:
3434
cron:
35-
minute: '14'
36-
hour: '*'
37-
day: '*'
38-
month: '*'
39-
weekday: '*'
40-
job: 'itkdev-docker-compose-server exec phpfpm vendor/bin/drush core:cron'
35+
minute: "14"
36+
hour: "*"
37+
day: "*"
38+
month: "*"
39+
weekday: "*"
40+
job: "itkdev-docker-compose-server exec phpfpm vendor/bin/drush core:cron"

.woodpecker/os2forms_prod.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ steps:
2121
from_secret: prod_os2forms_path
2222
user:
2323
from_secret: user
24-
playbook: 'release'
24+
playbook: "release"
2525
pre_up:
2626
# Fixes issue with 'Drupal\mysql\Driver\Database\mysql\Connection' not found
2727
- itkdev-docker-compose-server run --rm phpfpm composer2 dump-autoload
@@ -32,9 +32,9 @@ steps:
3232
- itkdev-docker-compose-server run --rm phpfpm vendor/bin/drush --yes cache:rebuild
3333
cron:
3434
cron:
35-
minute: '47'
36-
hour: '*'
37-
day: '*'
38-
month: '*'
39-
weekday: '*'
40-
job: 'itkdev-docker-compose-server exec phpfpm vendor/bin/drush core:cron'
35+
minute: "47"
36+
hour: "*"
37+
day: "*"
38+
month: "*"
39+
weekday: "*"
40+
job: "itkdev-docker-compose-server exec phpfpm vendor/bin/drush core:cron"

.woodpecker/risikataloop_prod.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ steps:
2121
from_secret: prod_risikataloop_path
2222
user:
2323
from_secret: user
24-
playbook: 'release'
24+
playbook: "release"
2525
pre_up:
2626
# Fixes issue with 'Drupal\mysql\Driver\Database\mysql\Connection' not found
2727
- itkdev-docker-compose-server run --rm phpfpm composer2 dump-autoload
@@ -32,9 +32,9 @@ steps:
3232
- itkdev-docker-compose-server run --rm phpfpm vendor/bin/drush --yes cache:rebuild
3333
cron:
3434
cron:
35-
minute: '23'
36-
hour: '*'
37-
day: '*'
38-
month: '*'
39-
weekday: '*'
40-
job: 'itkdev-docker-compose-server exec phpfpm vendor/bin/drush core:cron'
35+
minute: "23"
36+
hour: "*"
37+
day: "*"
38+
month: "*"
39+
weekday: "*"
40+
job: "itkdev-docker-compose-server exec phpfpm vendor/bin/drush core:cron"

Taskfile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
version: '3'
1+
version: "3"
22

33
dotenv:
4-
- '.env.docker.local'
4+
- ".env.docker.local"
55

66
includes:
77
dev:

docker-compose.override.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ services:
3030
ports:
3131
# https://github.com/Soluto/oidc-server-mock?tab=readme-ov-file#https
3232
# - '80'
33-
- '443'
33+
- "443"
3434
volumes:
3535
- .:/tmp/config:ro
3636
labels:
@@ -97,7 +97,7 @@ services:
9797
# https://github.com/Soluto/oidc-server-mock/issues/123#issuecomment-1427129278
9898
# https://github.com/Soluto/oidc-server-mock/blob/master/README.md#simple-configuration
9999
# https://docs.docker.com/compose/compose-file/compose-file-v3/#environment
100-
OVERRIDE_STANDARD_IDENTITY_RESOURCES: 'true'
100+
OVERRIDE_STANDARD_IDENTITY_RESOURCES: "true"
101101
IDENTITY_RESOURCES_INLINE: |
102102
# https://auth0.com/docs/get-started/apis/scopes/openid-connect-scopes#standard-claims
103103
- Name: openid

task/Taskfile.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: '3'
1+
version: "3"
22

33
vars:
44
DOCKER_COMPOSE: docker compose
@@ -64,7 +64,7 @@ tasks:
6464
# TODO: Evaluate this only when $COMPOSE_SERVER_DOMAIN is not set.
6565
sh: echo "$(docker compose port nginx 8080 2> /dev/null|| true)"
6666
env:
67-
DRUSH_OPTIONS_URI: 'http://{{default .DOCKER_COMPOSE_SITE_DOMAIN .COMPOSE_SERVER_DOMAIN}}'
67+
DRUSH_OPTIONS_URI: "http://{{default .DOCKER_COMPOSE_SITE_DOMAIN .COMPOSE_SERVER_DOMAIN}}"
6868
cmds:
6969
- "{{.DOCKER_COMPOSE}} exec --env DRUSH_OPTIONS_URI=$DRUSH_OPTIONS_URI phpfpm vendor/bin/drush {{.CLI_ARGS}}"
7070

@@ -82,7 +82,7 @@ tasks:
8282
desc: Apply coding standards to php, twig and markdown files
8383
cmds:
8484
- task dev:compose -- exec phpfpm vendor/bin/phpcbf --standard=phpcs.xml.dist
85-
- task dev:compose -- exec phpfpm vendor/bin/twig-cs-fixer lint web/themes/custom/*/templates --fix
85+
- task dev:compose -- exec phpfpm vendor/bin/twig-cs-fixer lint web/profiles/custom/os2loop/themes/*/templates --fix
8686
- docker compose run --rm prettier '**/*.{yml,yaml}' --write
87-
- docker compose run --rm prettier 'web/profiles/custom/os2loop/themes/**/css/**/*.{css,scss}' --write
88-
- docker run --rm --volume "$PWD:/md" itkdev/markdownlint '**/*.md' --fix
87+
- docker compose run --rm prettier 'web/profiles/custom/os2loop/themes/**/*.{css,scss}' --write
88+
- docker run --rm --volume "$PWD:/md" itkdev/markdownlint '**/*.md' --fix

web/profiles/custom/os2loop/modules/os2loop_alert/os2loop_alert.info.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name: 'os2loop_alert'
1+
name: "os2loop_alert"
22
type: module
3-
description: 'OS2Loop Alert'
3+
description: "OS2Loop Alert"
44
core_version_requirement: ^10 || ^11
5-
package: 'OS2Loop'
5+
package: "OS2Loop"
66

77
dependencies:
88
- drupal:os2loop_subscriptions

0 commit comments

Comments
 (0)