mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 08:41:02 -05:00
Fix editorconfig-checker errors
This commit is contained in:
parent
b7e5dfce01
commit
4b92c25a4b
17 changed files with 81 additions and 79 deletions
|
@ -1,15 +1,15 @@
|
||||||
{
|
{
|
||||||
"Resources" : {
|
"Resources": {
|
||||||
"myDNSRecord" : {
|
"myDNSRecord": {
|
||||||
"Type" : "AWS::Route53::RecordSet",
|
"Type": "AWS::Route53::RecordSet",
|
||||||
"Properties" : {
|
"Properties": {
|
||||||
"HostedZoneId" : "Z8VLZEXAMPLE",
|
"HostedZoneId": "Z8VLZEXAMPLE",
|
||||||
"Name" : "test.example.com",
|
"Name": "test.example.com",
|
||||||
"ResourceRecords" : [
|
"ResourceRecords": [
|
||||||
"192.0.2.99"
|
"192.0.2.99"
|
||||||
],
|
],
|
||||||
"TTL" : 300,
|
"TTL": 300,
|
||||||
"Type" : "A"
|
"Type": "A"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,10 +1,13 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
|
||||||
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<title>Document</title>
|
<title>Document</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
|
||||||
|
<body>
|
||||||
Good HTML!
|
Good HTML!
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
|
@ -11,4 +11,3 @@ function BadFunction {
|
||||||
'Empty Catch Block'
|
'Empty Catch Block'
|
||||||
} catch {}
|
} catch {}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue