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

feat: add prefer-object-has-own rule #15346

Merged
merged 28 commits into from Dec 11, 2021
Merged

Commits on Nov 23, 2021

  1. feat: add prefer-object-has-own rule

    Co-authored-by: Gautam Arora <gautamarora6248@gmail.com>
    snitin315 and Gautam-Arora24 committed Nov 23, 2021
    Copy the full SHA
    c2aef44 View commit details
    Browse the repository at this point in the history
  2. test: add more valid cases

    snitin315 committed Nov 23, 2021
    Copy the full SHA
    cf62f3a View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2021

  1. fix: cover more cases

    snitin315 committed Nov 24, 2021
    Copy the full SHA
    f5d1ad5 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0576a3c View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2021

  1. fix: cover more cases

    snitin315 committed Nov 25, 2021
    Copy the full SHA
    377ca24 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    03de5a0 View commit details
    Browse the repository at this point in the history
  3. fix: improve meta data

    snitin315 committed Nov 25, 2021
    Copy the full SHA
    f58dda7 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    b7098eb View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    c12181e View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    b955073 View commit details
    Browse the repository at this point in the history
  7. docs: add rule id

    snitin315 committed Nov 25, 2021
    Copy the full SHA
    b738771 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2021

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

Commits on Dec 3, 2021

  1. chore: udpate comment

    snitin315 committed Dec 3, 2021
    Copy the full SHA
    e14c304 View commit details
    Browse the repository at this point in the history
  2. chore: apply suggestions

    snitin315 committed Dec 3, 2021
    Copy the full SHA
    b095205 View commit details
    Browse the repository at this point in the history
  3. docs: udpate

    snitin315 committed Dec 3, 2021
    Copy the full SHA
    a26dd15 View commit details
    Browse the repository at this point in the history
  4. docs: add example

    snitin315 committed Dec 3, 2021
    Copy the full SHA
    f70a4b1 View commit details
    Browse the repository at this point in the history
  5. chore: update comment

    snitin315 committed Dec 3, 2021
    Copy the full SHA
    ae1fb0f View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2021

  1. Copy the full SHA
    6c27915 View commit details
    Browse the repository at this point in the history
  2. docs: fix typo

    snitin315 committed Dec 4, 2021
    Copy the full SHA
    c9406bb View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2021

  1. fix: improve autofix

    snitin315 committed Dec 7, 2021
    Copy the full SHA
    f2b219a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    828d9d9 View commit details
    Browse the repository at this point in the history
  3. refactor: code

    snitin315 committed Dec 7, 2021
    Copy the full SHA
    198166b View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    427c90d View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2021

  1. Copy the full SHA
    1c84057 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e36503a View commit details
    Browse the repository at this point in the history
  3. test: add more cases

    snitin315 committed Dec 8, 2021
    Copy the full SHA
    a502439 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2021

  1. docs: update

    snitin315 committed Dec 9, 2021
    Copy the full SHA
    46ba42e View commit details
    Browse the repository at this point in the history
  2. docs: apply suggestions from code review

    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    snitin315 and mdjermanovic committed Dec 9, 2021
    Copy the full SHA
    18040d4 View commit details
    Browse the repository at this point in the history