Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New: no-loss-of-precision (fixes #11279) #12747

Merged
merged 28 commits into from May 20, 2020
Merged

New: no-loss-of-precision (fixes #11279) #12747

merged 28 commits into from May 20, 2020

Commits on Dec 29, 2019

  1. Created rule and test files

    jmoore914 committed Dec 29, 2019
    Copy the full SHA
    bece581 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2019

  1. Working rules and tests

    jmoore914 committed Dec 30, 2019
    Copy the full SHA
    f95678e View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2019

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

Commits on Jan 5, 2020

  1. Copy the full SHA
    7258cbd View commit details
    Browse the repository at this point in the history
  2. Working rules and tests

    jmoore914 committed Jan 5, 2020
    Copy the full SHA
    479767b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    f4864e9 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    64a61bf View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    d8edf52 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    1f4b1ea View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    3a9be96 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2020

  1. Update docs/rules/no-loss-of-precision.md

    Co-Authored-By: Teddy Katz <teddy.katz@gmail.com>
    jmoore914 and not-an-aardvark committed Jan 31, 2020
    Copy the full SHA
    e7ca7b7 View commit details
    Browse the repository at this point in the history
  2. Update lib/rules/no-loss-of-precision.js

    Co-Authored-By: Teddy Katz <teddy.katz@gmail.com>
    jmoore914 and not-an-aardvark committed Jan 31, 2020
    Copy the full SHA
    6238203 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    56f1aae View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    ef8ec88 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    5fcd473 View commit details
    Browse the repository at this point in the history
  6. Update lib/rules/no-loss-of-precision.js

    Co-Authored-By: Teddy Katz <teddy.katz@gmail.com>
    jmoore914 and not-an-aardvark committed Jan 31, 2020
    Copy the full SHA
    a6e3df8 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    bb40fb4 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    3a0d251 View commit details
    Browse the repository at this point in the history
  9. Fixing octal cases

    jmoore914 committed Jan 31, 2020
    Copy the full SHA
    4fb6481 View commit details
    Browse the repository at this point in the history
  10. Working with octals

    jmoore914 committed Jan 31, 2020
    Copy the full SHA
    f293b93 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    ff1e610 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2020

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

Commits on Feb 7, 2020

  1. Simplify isBaseTen test

    jmoore914 committed Feb 7, 2020
    Copy the full SHA
    ec9b14e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    76179a2 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2020

  1. Copy the full SHA
    d39d8e4 View commit details
    Browse the repository at this point in the history
  2. Added regression tests

    jmoore914 committed Mar 20, 2020
    Copy the full SHA
    e82aaf5 View commit details
    Browse the repository at this point in the history
  3. Additional regression test

    jmoore914 committed Mar 20, 2020
    Copy the full SHA
    4398188 View commit details
    Browse the repository at this point in the history