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

Commits on May 28, 2014

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

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

Commits on May 29, 2014

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

Commits on May 31, 2014

  1. Merge pull request #280 from greenify/master

    rerun for #251 (fix for fat arrow positives
    AsaAyers committed May 31, 2014
    Configuration menu
    Copy the full SHA
    9a77660 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2014

  1. Use coffeescriptisms instead of javascript

    Minor change to use 'is' instead of '==' and other similar changes.
    swang committed Jun 1, 2014
    Configuration menu
    Copy the full SHA
    00c14e2 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2014

  1. Fixes #4, #156, #226. Closes #128, #236

    Finally fixes all the INDENT errors that we have been seeing by now
    accounting for multiple chains in a chain call
    swang committed Jun 2, 2014
    Configuration menu
    Copy the full SHA
    1ccbd49 View commit details
    Browse the repository at this point in the history
  2. Add tests for indent rule checking

    Tests are good
    swang committed Jun 2, 2014
    Configuration menu
    Copy the full SHA
    f897b6a View commit details
    Browse the repository at this point in the history
  3. Rewrote to handle tokens generated by CoffeeScript

    Didn't handle a case where CoffeeScript may generate new tokens into the
    Lexer, thus returning false when the next token was not '.' even though
    it was.
    
    See first test case added for an example.
    
    Second test case written to handle sub multi-chained commands. Not
    related to described problem above.
    swang committed Jun 2, 2014
    Configuration menu
    Copy the full SHA
    6d0226f View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2014

  1. Merge pull request #282 from swang/indent_solution

    Indent solution
    AsaAyers committed Jun 7, 2014
    Configuration menu
    Copy the full SHA
    618c9a4 View commit details
    Browse the repository at this point in the history
  2. 1.5.2

    AsaAyers committed Jun 7, 2014
    Configuration menu
    Copy the full SHA
    d789c1d View commit details
    Browse the repository at this point in the history
Loading