Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jscs-dev/jscs-jsdoc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9011e59
Choose a base ref
...
head repository: jscs-dev/jscs-jsdoc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c1a7f86
Choose a head ref
  • 5 commits
  • 5 files changed
  • 3 contributors

Commits on Dec 9, 2015

  1. Configuration menu
    Copy the full SHA
    01e2650 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2016

  1. Tags: add listens to jsdoc3.json

    Fixes #191
    Closes gh-192
    ianmcburnie authored and qfox committed Mar 22, 2016
    Configuration menu
    Copy the full SHA
    f301aae View commit details
    Browse the repository at this point in the history
  2. requireDescriptionCompleteSentence: To detect and ignore HTML content

    This rule has been flagging comments with html tags.
    In this patch the html is sanitized with *** so that it doesn't
    interfere with the regular regex tests. The htmlSanitizer function
    is padding all strings with 'x.' so that RE_NEW_LINE_START_WITH_UPPER_CASE
    doesnt fail. This will need to be improved after discussing with owner if he/she
    thinks so.
    
    Fixes jscs-dev/node-jscs#2056
    Closes gh-186
    kepta authored and qfox committed Mar 22, 2016
    Configuration menu
    Copy the full SHA
    ae6259b View commit details
    Browse the repository at this point in the history
  3. Docs: changelog for v1.3.2

    qfox committed Mar 22, 2016
    Configuration menu
    Copy the full SHA
    fe528aa View commit details
    Browse the repository at this point in the history
  4. 1.3.2

    qfox committed Mar 22, 2016
    Configuration menu
    Copy the full SHA
    c1a7f86 View commit details
    Browse the repository at this point in the history
Loading