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

new-rule: no-unnecessary-class #3119

Merged
merged 26 commits into from
Oct 20, 2017
Merged

Commits on Aug 11, 2017

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

    Aaron Ervin committed Aug 11, 2017
    Configuration menu
    Copy the full SHA
    5688559 View commit details
    Browse the repository at this point in the history
  3. ignoring empty class in lines.ts for now

    Aaron Ervin committed Aug 11, 2017
    Configuration menu
    Copy the full SHA
    44f409f View commit details
    Browse the repository at this point in the history
  4. unsafe anys removed

    Aaron Ervin committed Aug 11, 2017
    Configuration menu
    Copy the full SHA
    a32e011 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2017

  1. removed disable tag in lines.ts

    Aaron Ervin committed Aug 14, 2017
    Configuration menu
    Copy the full SHA
    63e9d6a View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2017

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

Commits on Aug 17, 2017

  1. Merge branch 'master' into no-static-only-classes

    Aaron Ervin committed Aug 17, 2017
    Configuration menu
    Copy the full SHA
    a2eb7a6 View commit details
    Browse the repository at this point in the history
  2. isEmptyClass returns true for constructor-only classes

    Aaron Ervin committed Aug 17, 2017
    Configuration menu
    Copy the full SHA
    74e7866 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5012ae6 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2017

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

Commits on Aug 19, 2017

  1. test file updates

    Aaron Ervin committed Aug 19, 2017
    Configuration menu
    Copy the full SHA
    00174ea View commit details
    Browse the repository at this point in the history
  2. no-unnecessary-class w/ config proposal

    Aaron Ervin committed Aug 19, 2017
    Configuration menu
    Copy the full SHA
    5a1c9e5 View commit details
    Browse the repository at this point in the history
  3. member functions -> functions...

    Aaron Ervin committed Aug 19, 2017
    Configuration menu
    Copy the full SHA
    91bbb09 View commit details
    Browse the repository at this point in the history
  4. assigning result of node.members.every(...) instead of calling multip…

    …le times
    Aaron Ervin committed Aug 19, 2017
    Configuration menu
    Copy the full SHA
    5fa280e View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2017

  1. Merge branch 'master' of https://github.com/palantir/tslint into no-s…

    …tatic-only-classes
    Aaron Ervin committed Sep 29, 2017
    Configuration menu
    Copy the full SHA
    89ee1dc View commit details
    Browse the repository at this point in the history
  2. Change requests addressed; additional logic to address contructor-onl…

    …y classes
    Aaron Ervin committed Sep 29, 2017
    Configuration menu
    Copy the full SHA
    376af9f View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2017

  1. Configuration menu
    Copy the full SHA
    7047d6f View commit details
    Browse the repository at this point in the history
  2. 'static int var' is not a thing in typescript...

    Aaron Ervin committed Sep 30, 2017
    Configuration menu
    Copy the full SHA
    8553c22 View commit details
    Browse the repository at this point in the history
  3. test updates

    Aaron Ervin committed Sep 30, 2017
    Configuration menu
    Copy the full SHA
    4fe5677 View commit details
    Browse the repository at this point in the history
  4. moved walker logic into separate function

    Aaron Ervin committed Sep 30, 2017
    Configuration menu
    Copy the full SHA
    5576fd0 View commit details
    Browse the repository at this point in the history
  5. now throws failure in nested classes as well

    Aaron Ervin committed Sep 30, 2017
    Configuration menu
    Copy the full SHA
    a191ac8 View commit details
    Browse the repository at this point in the history
  6. removed some nested ifs; simplified checkMember logic

    Aaron Ervin committed Sep 30, 2017
    Configuration menu
    Copy the full SHA
    176049a View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2017

  1. removed unnec for of block; parsing options before they make it to wa…

    …lker
    Aaron Ervin committed Oct 1, 2017
    Configuration menu
    Copy the full SHA
    cf33675 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2017

  1. Merge branch 'master' into no-static-only-classes

    Aaron Ervin committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    10c01a8 View commit details
    Browse the repository at this point in the history
  2. Description update; pulled in latest master

    Aaron Ervin committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    4de707b View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2017

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