Skip to content
This repository has been archived by the owner on Dec 29, 2020. It is now read-only.

Refactoring #17

Closed
wants to merge 34 commits into from
Closed

Refactoring #17

wants to merge 34 commits into from

Conversation

markelog
Copy link
Member

Submitting for review:

Fixes #13,#10 (see for junit progress),#4.
Aside from that, this branch increases code coverage, makes it more flexable and easy to test, uses new jshint, jscs options, adds .editorconfig file.

Plus it addes three new options: reporter (#13), reporterOutput and force.

"maxlen": 100,
"eqnull": true,
"maxlen": 100,
"boss": true,
Copy link

Choose a reason for hiding this comment

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

Inconsistent indentation.

Copy link
Member Author

Choose a reason for hiding this comment

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

Fixed, thank you

@gustavohenke
Copy link
Member

Wow, lots of changes :)
I'm now analyzing them, soon I'll give you an response.

@gustavohenke
Copy link
Member

Some considerations:

  • The code is very standardized now. We don't need to care about any other differences from the jQuery code style.
  • .editorconfig is a great addition!
  • I'll add some more info to the CONTRIBUTING.md later, but it looks great right now.
  • The added options are okay, thanks about that too.

Seems like the task is hanging like described by #15. Should we ask @Krinkle to rebase #16, or would you like to include its functionality in this branch?

Add documentation for three new options: force, reporter and reporterOutput
Right now only with code style entry

Fix jscs-dev#10
Plus add tilde for "load-grunt-tasks" version
@markelog
Copy link
Member Author

Landed

@markelog markelog closed this Dec 14, 2013
@gustavohenke
Copy link
Member

Great, thanks. I'll update the repo to 0.3.0 (as it includes all the new cool things).

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

Successfully merging this pull request may close these issues.

Add reporter option
3 participants