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

Add strict-comparisons Rule #4519

Merged

Commits on Jun 6, 2018

  1. Copy the full SHA
    96a0c36 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2018

  1. fix lint

    eranshabi committed Jun 8, 2018
    Copy the full SHA
    5b4e3c3 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2018

  1. code review updates

    eranshabi committed Jun 17, 2018
    Copy the full SHA
    7f6d5c7 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5abe892 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2018

  1. Copy the full SHA
    f4680ef View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d28b2d3 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    337cd30 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2018

  1. Copy the full SHA
    7e11840 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2018

  1. Copy the full SHA
    4f51780 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    bfa4c91 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2018

  1. fixes according to review

    eranshabi committed Dec 26, 2018
    Copy the full SHA
    37aa7b5 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2018

  1. Copy the full SHA
    0d58f68 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2019

  1. Copy the full SHA
    3c74c2e View commit details
    Browse the repository at this point in the history
  2. Revert styling

    AndreasGassmann committed Feb 15, 2019
    Copy the full SHA
    6b2e2a6 View commit details
    Browse the repository at this point in the history
  3. Fix code styling

    AndreasGassmann committed Feb 15, 2019
    Copy the full SHA
    a974708 View commit details
    Browse the repository at this point in the history
  4. Fix enum error

    AndreasGassmann committed Feb 15, 2019
    Copy the full SHA
    51686eb View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2019

  1. Copy the full SHA
    a595f5b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2d974eb View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    76360df View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    a505bb1 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2019

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

Commits on Feb 20, 2019

  1. Add more test cases

    AndreasGassmann committed Feb 20, 2019
    Copy the full SHA
    e4818f1 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2019

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

Commits on Feb 23, 2019

  1. Copy the full SHA
    5c41c38 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d4b57b7 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2019

  1. Copy the full SHA
    62344ad View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2019

  1. Copy the full SHA
    6a7920d View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2019

  1. Initial feedback cleanups

    Josh Goldberg committed Jun 16, 2019
    Copy the full SHA
    96f39ed View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master'

    Josh Goldberg committed Jun 16, 2019
    Copy the full SHA
    7a782a5 View commit details
    Browse the repository at this point in the history
  3. Refactored to walk function

    Josh Goldberg committed Jun 16, 2019
    Copy the full SHA
    65e10f5 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' of https://github.com/palantir/tslint

    Josh Goldberg committed Jun 16, 2019
    Copy the full SHA
    201e4f2 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' of https://github.com/palantir/tslint

    Josh Goldberg committed Jun 16, 2019
    Copy the full SHA
    90a38c7 View commit details
    Browse the repository at this point in the history
  6. Disabled strict-comparisons in tslint.json

    Josh Goldberg committed Jun 16, 2019
    Copy the full SHA
    cc27b12 View commit details
    Browse the repository at this point in the history
  7. Delete unused objectComparisonRule.ts

    Josh Goldberg committed Jun 16, 2019
    Copy the full SHA
    fa16950 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'master' into feat/no-object-comparison

    Josh Goldberg committed Jun 16, 2019
    Copy the full SHA
    6d47a43 View commit details
    Browse the repository at this point in the history
  9. Un-formatted src/configs/all.ts

    Josh Goldberg committed Jun 16, 2019
    Copy the full SHA
    0551984 View commit details
    Browse the repository at this point in the history
  10. Un-formatted tslint.json

    Josh Goldberg committed Jun 16, 2019
    Copy the full SHA
    dfbd4ac View commit details
    Browse the repository at this point in the history
  11. Excluded string enum complaints from TS 2.1

    Josh Goldberg committed Jun 16, 2019
    Copy the full SHA
    251a22d View commit details
    Browse the repository at this point in the history
  12. Formatted strictComparisonsRule.ts

    Josh Goldberg committed Jun 16, 2019
    Copy the full SHA
    1d28282 View commit details
    Browse the repository at this point in the history
  13. Some more TS 2.1 disabling

    Josh Goldberg committed Jun 16, 2019
    Copy the full SHA
    7520bd4 View commit details
    Browse the repository at this point in the history
  14. I'm here all night folks

    Josh Goldberg committed Jun 16, 2019
    Copy the full SHA
    c0fd4c7 View commit details
    Browse the repository at this point in the history