-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.sonarwhalrc
40 lines (40 loc) · 1.2 KB
/
.sonarwhalrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"browserslist": [],
"connector": {
"name": "jsdom",
"options": {
"waitFor": 1000
}
},
"formatters": [
"stylish"
],
"ignoredUrls": [],
"rules": {
"amp-validator": "off",
"apple-touch-icons": "error",
"axe": "error",
"content-type": "error",
"disown-opener": "error",
"highest-available-document-mode": "error",
"html-checker": "error",
"image-optimization-cloudinary": "off",
"manifest-app-name": "error",
"manifest-exists": "error",
"manifest-file-extension": "error",
"manifest-is-valid": "error",
"meta-charset-utf-8": "error",
"meta-viewport": "error",
"no-disallowed-headers": ["error",{"ignore":["Server"]}],
"no-friendly-error-pages": "error",
"no-html-only-headers": "error",
"no-http-redirects": "error",
"no-protocol-relative-urls": "error",
"no-vulnerable-javascript-libraries": "error",
"ssllabs": "off",
"strict-transport-security": "error",
"validate-set-cookie-header": "error",
"x-content-type-options": "error"
},
"rulesTimeout": 120000
}