Skip to content

Commit 90aa341

Browse files
committed
lint
1 parent 6777800 commit 90aa341

File tree

3 files changed

+3
-12
lines changed

3 files changed

+3
-12
lines changed

.github/linters/.stylelintrc.json

-9
Original file line numberDiff line numberDiff line change
@@ -10,30 +10,21 @@
1010
],
1111
"color-function-notation": null,
1212
"comment-empty-line-before": null,
13-
"declaration-colon-newline-after": null,
1413
"font-family-no-duplicate-names": [
1514
true,
1615
{
1716
"ignoreFontFamilyNames": ["monospace"]
1817
}
1918
],
2019
"length-zero-no-unit": null,
21-
"max-line-length": null,
2220
"media-feature-range-notation": "prefix",
2321
"no-descending-specificity": null,
24-
"no-eol-whitespace": [
25-
true,
26-
{
27-
"ignore": ["empty-lines"]
28-
}
29-
],
3022
"property-no-unknown": [
3123
true,
3224
{
3325
"ignoreProperties": ["prince-pdf-display-doc-title","prince-pdf-tag-type"]
3426
}
3527
],
36-
"selector-list-comma-newline-after": "always",
3728
"selector-pseudo-element-no-unknown": [
3829
true,
3930
{

config/reports.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1203,7 +1203,7 @@
12031203
},
12041204
"progressive-web-apps": {
12051205
"name": "Progressive Web Apps",
1206-
"summary": "This report examines the state of [Progressive Web Apps (PWAs)](https://developers.google.com/web/progressive-web-apps/). PWAs are a new class of web applications, enabled by the [Service Worker APIs](https://developer.mozilla.org/en/docs/Web/API/Service_Worker_API). Service workers allow apps to support network-independent loading, to receive push notifications as well as to synchronize data in the background, and — together with [Web App Manifests](https://developer.mozilla.org/en-US/docs/Web/Manifest) — allow users to install PWAs.",
1206+
"summary": "This report examines the state of [Progressive Web Apps (PWAs)](https://developers.google.com/web/progressive-web-apps/). PWAs are a new class of web applications, enabled by the [Service Worker APIs](https://developer.mozilla.org/en/docs/Web/API/Service_Worker_API). Service workers allow apps to support network-independent loading, to receive push notifications as well as to synchronize data in the background, andtogether with [Web App Manifests](https://developer.mozilla.org/en-US/docs/Web/Manifest)allow users to install PWAs.",
12071207
"image": "/static/img/reports/progressive-web-apps-report.png",
12081208
"metrics": [
12091209
"pwaScores",

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"deploy": "./tools/scripts/deploy.sh",
2626
"timestamps": "node ./tools/generate/generate_timestamps",
2727
"lint": "run-script-os",
28-
"lint:darwin:linux": "docker container run -it --rm -v \"$PWD\":/app -w /app --entrypoint=./tools/scripts/run_linter_locally.sh ghcr.io/super-linter/super-linter",
29-
"lint:win32": "docker container run --rm -v \"%cd%\":/app -w /app/ --entrypoint=./tools/scripts/run_linter_locally.sh ghcr.io/super-linter/super-linter",
28+
"lint:darwin:linux": "docker container run -it --rm -v \"$PWD\":/app -w /app --entrypoint=./tools/scripts/run_linter_locally.sh github/super-linter",
29+
"lint:win32": "docker container run --rm -v \"%cd%\":/app -w /app/ --entrypoint=./tools/scripts/run_linter_locally.sh github/super-linter",
3030
"pytest": "pytest --cov server --cov-fail-under=100 --cov-report=term-missing -s",
3131
"test": "node ./tools/test"
3232
},

0 commit comments

Comments
 (0)