Merge pull request #196 from CityOfPhiladelphia/main #75
Annotations
11 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build:
src/components/ExclamationCallout.vue#L11
'v-html' directive can lead to XSS attack
|
build:
src/components/ExclamationCallout.vue#L16
'v-html' directive can lead to XSS attack
|
build:
src/components/ExclamationCallout.vue#L22
Expected 1 line break before closing tag (`</div>`), but 2 line breaks found
|
build:
src/components/ExclamationCallout.vue#L34
The "components" property should be above the "mixins" property on line 33
|
build:
src/components/ExclamationContentGreeting.vue#L9
Expected 1 line break before closing tag (`</div>`), but 2 line breaks found
|
build:
src/components/ExclamationContentTopic.vue#L12
Expected indentation of 6 spaces but found 7 spaces
|
build:
src/components/ExclamationContentTopic.vue#L13
'href' should be on a new line
|
build:
src/components/ExclamationContentTopic.vue#L14
Expected indentation of 6 spaces but found 7 spaces
|
build:
src/components/ExclamationContentTopic.vue#L17
Expected 1 line break before closing tag (`</div>`), but 2 line breaks found
|
build:
src/components/GreetingVoting.vue#L37
'href' should be on a new line
|