-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Jscs v2 #1589
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
Closed
Closed
Jscs v2 #1589
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
a996cb3
Selectmenu: Style updates
arschmitz c8a50db
Tooltip: Style updates
arschmitz 2c98903
Tabs: Style updates
arschmitz 801875f
Spinner: Style updates
arschmitz a718275
Sortable: Style updates
arschmitz 369effd
Slider: Style updates
arschmitz 03717b3
Selectable: Style updates
arschmitz dfdcafd
Resizable: Style updates
arschmitz 9bf3b5f
Progressbar: Style updates
arschmitz 27a0e38
Mouse: Style updates
arschmitz 1b0d148
Menu: Style updates
arschmitz e62e6c2
Droppable: Style updates
arschmitz ec215f8
Draggable: Style updates
arschmitz f7c3d2a
Dialog: Style updates
arschmitz 118936e
Datepicker: Style updates
arschmitz 4cbb6b2
Button: Style updates
arschmitz d9b38e5
Autocomplete: Style updates
arschmitz c23444a
Widget: Style updates
arschmitz e41ee10
Effects: Style updates
arschmitz 702e2db
Position: Style updates
arschmitz 4b5e616
FormRestMixin: Style updates
arschmitz 948714f
Build: Style updates
arschmitz f703bd2
Build: squash .jscsrc fixup
arschmitz 4219332
Spinner: Update to use camelcase identifiers
arschmitz 9737a5f
Widget: Update to use camelCase identifiers
arschmitz 97b0e0b
Build: Remove requireCamelCaseOrUpperCaseIdentifiers: null from jscs
arschmitz d83d24f
Build: bump jscs version
arschmitz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this actually needed? If there's a bug with maxErrors we should report it and override maxErrors, but keep letting it use its default config file finding.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I assume you meant to comment on the max errors line above but yeah its not a bug its just the default is 50.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, I meant this line. The default
config: true
should work just fine. In my own limited testing it seemed likejscs
wouldn't report any errors unless I setconfig
explicitly. Based on our conversation elsewhere it sounded like there's a bug where jscs wouldn't report any errors at all when there are more errors than maxErrors.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For the config file yes true should be fine. The bug you mentioned with max errors was already reported to them jscs-dev/node-jscs#1722 it is unrelated to this as its only related to running with fix. I added it here just because the normal max is 50 and i believe we want to output them all.