-
Notifications
You must be signed in to change notification settings - Fork 32
Comparing changes
Open a pull request
base repository: jscs-dev/jscs-jsdoc
base: 3d9648b
head repository: jscs-dev/jscs-jsdoc
compare: f5182b6
- 12 commits
- 30 files changed
- 2 contributors
Commits on Nov 8, 2014
-
basic return rules: refactor tests
- split one big file to separate rules tests
Alexej Yaroshevich committedNov 8, 2014 Configuration menu - View commit details
-
Copy full SHA for 165ed20 - Browse repository at this point
Copy the full SHA 165ed20View commit details -
- split rules to 2 types: node checker, and tag checker - filter rules by tags in iterator - filter rules by scope (now it's only function scope) - patch rule files (set scope everywhere)
Alexej Yaroshevich committedNov 8, 2014 Configuration menu - View commit details
-
Copy full SHA for d360309 - Browse repository at this point
Copy the full SHA d360309View commit details -
reworking jsdoc-helpers, introducing jsdoctypeparser
- remove doctrine, add jsdoctypeparser for parsing doc types - rename jsDoc to jsdoc for simplicity - rename forEachTag to iterate - remove data property, extend DocComment object - simplify param checkers Fixes #3
Alexej Yaroshevich committedNov 8, 2014 Configuration menu - View commit details
-
Copy full SHA for db9c731 - Browse repository at this point
Copy the full SHA db9c731View commit details
Commits on Nov 9, 2014
-
checkReturnTypes: add 'class' as valid custom object
Fixes #32
Alexej Yaroshevich committedNov 9, 2014 Configuration menu - View commit details
-
Copy full SHA for e794e86 - Browse repository at this point
Copy the full SHA e794e86View commit details -
checkRedundantReturns: add test for issue #34
Alexej Yaroshevich committedNov 9, 2014 Configuration menu - View commit details
-
Copy full SHA for 5c963e0 - Browse repository at this point
Copy the full SHA 5c963e0View commit details -
split param tests to separated files (for simplicity)
- add basic tests for configuring with empty data - add configure and check helpers to tester - change mocha reporter to dot
Alexej Yaroshevich committedNov 9, 2014 Configuration menu - View commit details
-
Copy full SHA for 9ef4bcb - Browse repository at this point
Copy the full SHA 9ef4bcbView commit details -
tests: fix linting directories to lib and test
Alexej Yaroshevich committedNov 9, 2014 Configuration menu - View commit details
-
Copy full SHA for d846a5b - Browse repository at this point
Copy the full SHA d846a5bView commit details -
checkTypes: split rule logic and add checkin for other typed tags
Alexej Yaroshevich committedNov 9, 2014 Configuration menu - View commit details
-
Copy full SHA for f74570c - Browse repository at this point
Copy the full SHA f74570cView commit details
Commits on Nov 10, 2014
-
fix location issues in jsdoc and split param rules
- create DocLocation class with line and column - add loc field to DocType, DocName and DocTag - split params to several files - add tests for jsdoc classes
Alexej Yaroshevich committedNov 10, 2014 Configuration menu - View commit details
-
Copy full SHA for a3ecd83 - Browse repository at this point
Copy the full SHA a3ecd83View commit details -
split returns to separated rules
Alexej Yaroshevich committedNov 10, 2014 Configuration menu - View commit details
-
Copy full SHA for 593053c - Browse repository at this point
Copy the full SHA 593053cView commit details -
Merge pull request #27 from zxqfox/feature/param-return-refactoring
A lot of refactoring, add tests, migrate to jsdoctypeparser
Configuration menu - View commit details
-
Copy full SHA for 141e127 - Browse repository at this point
Copy the full SHA 141e127View commit details -
- rework checkTypes rule: now it checks a bunch of additional tags - dev: migrate from doctrine to jsdoctypeparser - dev: split param, return rules, tests - dev: change mocha reporter to dot - dev: jsdoc node classes and a lot of tests for them - dev: rule api reworked
Alexej Yaroshevich committedNov 10, 2014 Configuration menu - View commit details
-
Copy full SHA for f5182b6 - Browse repository at this point
Copy the full SHA f5182b6View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 3d9648b...f5182b6