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

Added no-tautology-expression rule #4470

Merged
merged 11 commits into from Mar 11, 2019

Commits on Jan 19, 2019

  1. Copy the full SHA
    757d9e6 View commit details
    Browse the repository at this point in the history
  2. add some basic unit tests

    noamyogev84 committed Jan 19, 2019
    Copy the full SHA
    2d13922 View commit details
    Browse the repository at this point in the history
  3. fix some issues in rule

    noamyogev84 committed Jan 19, 2019
    Copy the full SHA
    726a3d3 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2019

  1. add noTautologyExpressionRule,

    add unit tests
    noamyogev84 committed Jan 25, 2019
    Copy the full SHA
    f89be32 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2019

  1. Copy the full SHA
    64500ae View commit details
    Browse the repository at this point in the history
  2. add examples to rule description,

    limit rule to validate only relational/logical expressions,
    add tests
    noamyogev84 committed Jan 29, 2019
    Copy the full SHA
    f5c6eea View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2019

  1. Copy the full SHA
    e948a3c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ced9d42 View commit details
    Browse the repository at this point in the history
  3. modify isLiteral to use tsutils

    modified walk to cover additional cases
    add property access unit tests
    noamyogev84 committed Mar 1, 2019
    Copy the full SHA
    211314e View commit details
    Browse the repository at this point in the history
  4. modify error message

    noamyogev84 committed Mar 1, 2019
    Copy the full SHA
    6c39053 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2019

  1. add checks for ts.NullLiteral, ts.BooleanLiteral

    add unit tests
    noamyogev84 committed Mar 7, 2019
    Copy the full SHA
    704df1c View commit details
    Browse the repository at this point in the history