KEMBAR78
Comparing v1.4.1...v1.5.0 · coffeelint/coffeelint · GitHub
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: coffeelint/coffeelint
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.4.1
Choose a base ref
...
head repository: coffeelint/coffeelint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.5.0
Choose a head ref
  • 17 commits
  • 14 files changed
  • 5 contributors

Commits on May 16, 2014

  1. Add results caching

    runk committed May 16, 2014
    Configuration menu
    Copy the full SHA
    8aa4077 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2014

  1. Minor improvements

    runk committed May 19, 2014
    Configuration menu
    Copy the full SHA
    acf2a1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    722c9d3 View commit details
    Browse the repository at this point in the history
  3. --cache is boolean only, not configurable.

    The intention was to allow --cache [/some/path] where the path is
    optional. I don't see how to make it optional, it's either a boolean, or
    requires a path to be specified. I think `os.tmpdir()` is safe enough to
    just not make this configurable.
    AsaAyers committed May 19, 2014
    Configuration menu
    Copy the full SHA
    99804bd View commit details
    Browse the repository at this point in the history
  4. Merge branch 'runk-cache'

    AsaAyers committed May 19, 2014
    Configuration menu
    Copy the full SHA
    3fe3aac View commit details
    Browse the repository at this point in the history

Commits on May 20, 2014

  1. Fixes #271 Trailing semicolon check

    Patch to handle when CoffeeScript's lexer spits out an identifier as the
    last token in a line with a semicolon, rather than a string token.
    swang committed May 20, 2014
    Configuration menu
    Copy the full SHA
    35c5b69 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #272 from swang/patch_trailing_semicolon

    Fixes #271 Trailing semicolon check
    AsaAyers committed May 20, 2014
    Configuration menu
    Copy the full SHA
    d395933 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb8748e View commit details
    Browse the repository at this point in the history

Commits on May 21, 2014

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

Commits on May 27, 2014

  1. fixes 214 check if the child node of type undefined isSuper

    Chris van der Ploeg committed May 27, 2014
    Configuration menu
    Copy the full SHA
    cf8dd0b View commit details
    Browse the repository at this point in the history

Commits on May 28, 2014

  1. Merge pull request #277 from chrisvdp/master

    Fixes #214 check if the child node of type undefined isSuper
    AsaAyers committed May 28, 2014
    Configuration menu
    Copy the full SHA
    6b74392 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19d901c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f465215 View commit details
    Browse the repository at this point in the history
  4. Regenerate sorted config

    AsaAyers committed May 28, 2014
    Configuration menu
    Copy the full SHA
    48db43b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2347778 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #279 from clutchski/load-rules

    Autoload rules from config Fixes grunt-coffeelint#51
    AsaAyers committed May 28, 2014
    Configuration menu
    Copy the full SHA
    7f5cf0a View commit details
    Browse the repository at this point in the history
  7. 1.5.0

    AsaAyers committed May 28, 2014
    Configuration menu
    Copy the full SHA
    e137f33 View commit details
    Browse the repository at this point in the history
Loading