KEMBAR78
Comparing v1.10.0...v1.11.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.10.0
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.11.0
Choose a head ref
  • 19 commits
  • 26 files changed
  • 8 contributors

Commits on May 19, 2015

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

Commits on May 25, 2015

  1. Fixed rule description.

    mitar committed May 25, 2015
    Configuration menu
    Copy the full SHA
    676d954 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2015

  1. Add Coffeescript and HTML syntax color

    JulR43 committed Jun 12, 2015
    Configuration menu
    Copy the full SHA
    fadae91 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #467 from JulR43/patch-1

    Add Coffeescript and HTML syntax color
    AsaAyers committed Jun 12, 2015
    Configuration menu
    Copy the full SHA
    78bceb9 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2015

  1. ensure_comprehensions: now handles comprehensions inside function calls

    Handles a list comprehension inside a function call
    
    Fixes #465
    swang committed Jul 2, 2015
    Configuration menu
    Copy the full SHA
    686b87e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #470 from swang/fix_465_ensure_comprehensions

    ensure_comprehensions: now handles comprehensions inside function calls
    AsaAyers committed Jul 2, 2015
    Configuration menu
    Copy the full SHA
    6a7567e View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2015

  1. Configuration menu
    Copy the full SHA
    bc7042a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49ffe7f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #472 from robhor/count_nested_interpolation

    Track the number of open strings for nested string interpolation
    AsaAyers committed Jul 4, 2015
    Configuration menu
    Copy the full SHA
    0db5d59 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2015

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

Commits on Jul 23, 2015

  1. Merge pull request #478 from claydotio/master

    extends: added extends config property to load from node_modules, fixes #461
    AsaAyers committed Jul 23, 2015
    Configuration menu
    Copy the full SHA
    286fed6 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2015

  1. Add --ext CLI option to include additional file extension

    Add '--ext' CLI option to include additional file extension, fe
    `$coffeelint --ext csbx ./testdir/`
    will check '.coffee' and '.csbx' files.
    Extension may be listed by comma 'csbx,myext,myext2'
    Karpich Dmitry committed Aug 6, 2015
    Configuration menu
    Copy the full SHA
    4977aae View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2015

  1. arrow_spacing: fixes crash at beginning of line

    This fixes a crash if an arrow is the very beginning of a file, thus
    having no previous tokens.
    swang committed Aug 7, 2015
    Configuration menu
    Copy the full SHA
    cb0f53b View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2015

  1. Merge pull request #483 from swang/arrow_at_beginning

    arrow_spacing: fixes crash at beginning of line
    AsaAyers committed Aug 8, 2015
    Configuration menu
    Copy the full SHA
    ac678df View commit details
    Browse the repository at this point in the history
  2. Merge pull request #480 from Meettya/add_ext_options

    Add --ext CLI option to include additional file extension
    AsaAyers committed Aug 8, 2015
    Configuration menu
    Copy the full SHA
    7b3c457 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #444 from mitar/no_private_function_fat_arrows

    Added no_private_function_fat_arrows rule
    AsaAyers committed Aug 8, 2015
    Configuration menu
    Copy the full SHA
    416e86e View commit details
    Browse the repository at this point in the history
  4. Wrong name for class in Cyclomatic Complexity rule

    NoTabs -> CyclomaticComplexity
    swang committed Aug 8, 2015
    Configuration menu
    Copy the full SHA
    73f9677 View commit details
    Browse the repository at this point in the history
  5. Update more class names

    swang committed Aug 8, 2015
    Configuration menu
    Copy the full SHA
    e9b3348 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2015

  1. 1.11.0

    AsaAyers committed Aug 19, 2015
    Configuration menu
    Copy the full SHA
    fc910e0 View commit details
    Browse the repository at this point in the history
Loading