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 Loading
base: v1.5.3
Choose a base ref
...
head repository: coffeelint/coffeelint Loading
compare: v1.5.5
Choose a head ref
  • 8 commits
  • 4 files changed
  • 4 contributors

Commits on Aug 8, 2014

  1. Config: Prioritize userprofile for HOME search.

    In Windows, it turns out if the current user is
    not the default user, environment.HOME
    returns drive root instead of the user-profile
    directory.
    This PR changes the priority. This change will
    not break the current usage / implementations.
    am11 committed Aug 8, 2014
    Configuration menu
    Copy the full SHA
    503dc2c View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2014

  1. Configuration menu
    Copy the full SHA
    9b51fd9 View commit details
    Browse the repository at this point in the history
  2. 1.5.4

    AsaAyers committed Aug 12, 2014
    Configuration menu
    Copy the full SHA
    b2c3183 View commit details
    Browse the repository at this point in the history
  3. Removes support for '.' chain at end of line

    Chaining will no longer support an edge-case of having the '.' operator
    at the end of the line rather than at the beginning of the line.
    swang committed Aug 12, 2014
    Configuration menu
    Copy the full SHA
    fa2d294 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6eba0ab View commit details
    Browse the repository at this point in the history
  5. Merge pull request #320 from swang/no_dots_at_eol

    Removes support for '.' chain at end of line
    AsaAyers committed Aug 12, 2014
    Configuration menu
    Copy the full SHA
    eddfe02 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #317 from am11/master

    Config: Prioritize userprofile for HOME search
    AsaAyers committed Aug 12, 2014
    Configuration menu
    Copy the full SHA
    7382d8d View commit details
    Browse the repository at this point in the history
  7. 1.5.5

    AsaAyers committed Aug 12, 2014
    Configuration menu
    Copy the full SHA
    a0e1c39 View commit details
    Browse the repository at this point in the history
Loading