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

Update JSCS to v3.0.3 #1849

Merged
merged 1 commit into from
May 18, 2016
Merged

Update JSCS to v3.0.3 #1849

merged 1 commit into from
May 18, 2016

Conversation

kevinlee12
Copy link
Contributor

Updates JSCS to v3.0.3 and fix corresponding the linter errors.

@codecov-io
Copy link

codecov-io commented May 17, 2016

Current coverage is 47.92%

Merging #1849 into develop will not change coverage

@@            develop      #1849   diff @@
==========================================
  Files           179        179          
  Lines         15198      15198          
  Methods        2616       2616          
  Messages          0          0          
  Branches       2564       2564          
==========================================
  Hits           7283       7283          
  Misses         7915       7915          
  Partials          0          0          

Powered by Codecov. Last updated by 182d64c...47fe9d5

@@ -17,7 +17,6 @@
"fileExtensions": [".js"],
"extract": ["*.html"],
"maxErrors": null,
"verbose": true,
Copy link
Member

Choose a reason for hiding this comment

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

why?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

verbose is true by default (according to a warning by JSCS when I ran it)
so we can remove this.

On Tue, May 17, 2016 at 9:40 PM, Sean Lip notifications@github.com wrote:

In .jscsrc #1849 (comment)
:

@@ -17,7 +17,6 @@
"fileExtensions": [".js"],
"extract": ["*.html"],
"maxErrors": null,

  • "verbose": true,

why?


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
https://github.com/oppia/oppia/pull/1849/files/47fe9d59a729b2f80621a3fbfccb24da1c7466ee#r63644140

Copy link
Member

Choose a reason for hiding this comment

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

Ah ok, thanks for the explanation. LGTM then!

@seanlip
Copy link
Member

seanlip commented May 18, 2016

Looks good generally -- just one comment!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants