Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Core: fix code style#2422

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
staabm merged 1 commit intojquery-validation:masterfrombytestream:codestyle
Apr 12, 2022
Merged

Conversation

bytestream
Copy link
Member

@bytestreambytestream commentedApr 12, 2022
edited
Loading

Description

Build is failing as a result of#2154

Running "jscs:all" (jscs) taskIf statement without curly braces at src/core.js :  1033 |  // as a literal part of a name/id or any selector.  1034 |  escapeCssMeta: function( string ) {  1035 |   if (string === undefined) return "";-----------^  1036 |   return string.replace( /([\\!"#$%&'()*+,./:;<=>?@\[\]^`{|}~])/g, "\\$1" );  1037 |  },Missing space after opening round bracket at src/core.js :  1033 |  // as a literal part of a name/id or any selector.  1034 |  escapeCssMeta: function( string ) {  1035 |   if (string === undefined) return "";---------------^  1036 |   return string.replace( /([\\!"#$%&'()*+,./:;<=>?@\[\]^`{|}~])/g, "\\$1" );  1037 |  },Missing space before closing round bracket at src/core.js :  1033 |  // as a literal part of a name/id or any selector.  1034 |  escapeCssMeta: function( string ) {  1035 |   if (string === undefined) return "";-----------------------------------^  1036 |   return string.replace( /([\\!"#$%&'()*+,./:;<=>?@\[\]^`{|}~])/g, "\\$1" );  1037 |  },>> 3 code style errors found!Warning: Task "jscs:all" failed. Use --force to continue.Aborted due to warnings.npm ERR! code ELIFECYCLEnpm ERR! errno 3npm ERR! jquery-validation@1.19.4-pre prepublish: `grunt`npm ERR! Exit status 3npm ERR! npm ERR! Failed at the jquery-validation@1.19.4-pre prepublish script.npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

Thank you!

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@bytestream@staabm

[8]ページ先頭

©2009-2025 Movatter.jp