Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

Support for ERROR & WARN per rule #1738

Merged
merged 52 commits into from
Mar 1, 2017

Commits on Nov 16, 2016

  1. Support config object in tslint.json

      * For example:
        ```
        "rules": {
          "align": {
            "mode": "off",
            "options": ["parameters", "arguments"]
          }
        }
        ```
     * See it run: `npm run compile && node ./lib/tslint-cli.js src/ruleLoader.ts`
     * Support mode: "warn", update proseFormatter to deal with warnings
    olore committed Nov 16, 2016
    Configuration menu
    Copy the full SHA
    b002f7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c597b28 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9afc794 View commit details
    Browse the repository at this point in the history
  4. * Formatter#format now takes failures,warnings,fixes (was failures, f…

    …ixes)
    
    * Refactor formatters to reduce duplication
    * Add isWarning() to test Rule classes - these seem to be compiled from somewhere? Couldn't find source ts.
    * Started work on getting all tests to pass
    olore committed Nov 16, 2016
    Configuration menu
    Copy the full SHA
    35add24 View commit details
    Browse the repository at this point in the history
  5. Fix formatter tests

    olore committed Nov 16, 2016
    Configuration menu
    Copy the full SHA
    ba2b4e2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    47e610e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    135f215 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2016

  1. cleanup

    olore committed Nov 17, 2016
    Configuration menu
    Copy the full SHA
    7c5e844 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    024570a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c74270 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0af2c4c View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2016

  1. RuleFailure -> RuleViolation

    Extend RuleViolation to include a RuleLevel (ERROR|WARN)
    olore committed Nov 18, 2016
    Configuration menu
    Copy the full SHA
    f666d7c View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2016

  1. WIP - broken tests

    olore committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    8fd7469 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2016

  1. Configuration menu
    Copy the full SHA
    9ab5e56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e6c572 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5087498 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cc31e19 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2016

  1. Configuration menu
    Copy the full SHA
    2868256 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    556fd4b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d427ae3 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2016

  1. Merge branch 'master' into enhanced-config-options

    # Conflicts:
    #	src/linter.ts
    #	src/tslint-cli.ts
    olore committed Nov 24, 2016
    Configuration menu
    Copy the full SHA
    7700ba1 View commit details
    Browse the repository at this point in the history
  2. Revert tslint.json as we're still using the 'latest' from npm to lint…

    … which doesn't have the new config support yet
    olore committed Nov 24, 2016
    Configuration menu
    Copy the full SHA
    2302949 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2016

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

Commits on Dec 5, 2016

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

Commits on Jan 3, 2017

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

Commits on Jan 5, 2017

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

Commits on Jan 17, 2017

  1. Merge branch 'master' into fix

    olore committed Jan 17, 2017
    Configuration menu
    Copy the full SHA
    258c41e View commit details
    Browse the repository at this point in the history
  2. post-merge cleanup

    olore committed Jan 17, 2017
    Configuration menu
    Copy the full SHA
    2ce7074 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac388b8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dcc3916 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    68d94a3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    33959e2 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2017

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

Commits on Jan 19, 2017

  1. Add breaking changes to CHANGELOG.md

    olore authored and Brian Olore committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    c0ac041 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d97b14 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2017

  1. Configuration menu
    Copy the full SHA
    dec3e12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb86f73 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    05d324e View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2017

  1. Merge branch 'master' into enhanced-config-options-tests

    # Conflicts:
    #	CHANGELOG.md
    #	src/linter.ts
    olore committed Jan 30, 2017
    Configuration menu
    Copy the full SHA
    0683ae0 View commit details
    Browse the repository at this point in the history
  2. Cleanup after merge

    olore committed Jan 30, 2017
    Configuration menu
    Copy the full SHA
    6e9967b View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2017

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

Commits on Feb 6, 2017

  1. Configuration menu
    Copy the full SHA
    18fb432 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f73e930 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e826ff View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2017

  1. Configuration menu
    Copy the full SHA
    1999a4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d0a6e0 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2017

  1. Configuration menu
    Copy the full SHA
    d1016da View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:palantir/tslint into enhanced-con…

    …fig-options
    
    # Conflicts:
    #	CHANGELOG.md
    Noah Chen committed Feb 28, 2017
    Configuration menu
    Copy the full SHA
    82c7036 View commit details
    Browse the repository at this point in the history
  3. fix up constructor args

    Noah Chen committed Feb 28, 2017
    Configuration menu
    Copy the full SHA
    e7e99cc View commit details
    Browse the repository at this point in the history
  4. use string literal union instead of enum

    Noah Chen committed Feb 28, 2017
    Configuration menu
    Copy the full SHA
    7d38ffb View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2017

  1. populate rule severity in failures without specifying as argument for…

    … each failure
    Noah Chen committed Mar 1, 2017
    Configuration menu
    Copy the full SHA
    96c1f6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c15eb34 View commit details
    Browse the repository at this point in the history