Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Staging #1248

Merged
merged 31 commits into from May 24, 2020
Merged

Staging #1248

merged 31 commits into from May 24, 2020

Conversation

imolorhe
Copy link
Collaborator

Merging staging to master

imolorhe and others added 30 commits May 6, 2020 20:52
…1891d20569c

[Snyk] Security upgrade github-pages from 202 to 203
Added option to preventDuplicate alerts. Closes #1244.
Added original error messages to alerts. Closes #1244.
Added option to disable warning alerts. Closes #1242.
Generated settings schema
}];
return false;
}
var valid1 = errors === errs_1;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'valid1' is already defined.

if (data['theme.fontsize'] === undefined) {
valid1 = true;
} else {
var errs_1 = errors;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'errs_1' is already defined.

}];
return false;
}
var valid2 = errors === errs_2;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'valid2' is already defined.

var valid2;
valid2 = false;
for (var i2 = 0; i2 < schema2.length; i2++)
if (equal(data1, schema2[i2])) {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Expected '{' and instead saw 'if'.

var schema2 = refVal2.enum;
var valid2;
valid2 = false;
for (var i2 = 0; i2 < schema2.length; i2++)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'i2' is already defined.

var errs__1 = errors;
var valid1;
for (var i1 = 0; i1 < data1.length; i1++) {
var errs_2 = errors;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'errs_2' is already defined.

if (typeof data['request.withCredentials'] !== "boolean") {
if (Array.isArray(data1)) {
var errs__1 = errors;
var valid1;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'valid1' is already defined.

valid1 = true;
} else {
var errs_1 = errors;
if (typeof data['request.withCredentials'] !== "boolean") {
if (Array.isArray(data1)) {
var errs__1 = errors;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'errs__1' is defined but never used.

var valid1 = errors === errs_1;
}
if (valid1) {
if (data['request.withCredentials'] === undefined) {
var data1 = data['plugin.list'];
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'data1' is already defined.

}];
return false;
}
var valid2 = errors === errs_2;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'valid2' is already defined.

var valid2;
valid2 = false;
for (var i2 = 0; i2 < schema2.length; i2++)
if (equal(data1, schema2[i2])) {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Expected '{' and instead saw 'if'.

@@ -10,7 +10,7 @@ source "https://rubygems.org"
# Happy Jekylling!
# gem "jekyll", "3.5.1"

gem "github-pages", ">= 200", group: :jekyll_plugins
gem "github-pages", ">= 203", group: :jekyll_plugins
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.

@imolorhe imolorhe merged commit b715a89 into master May 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants