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: extend detect non literal fs filename #92

Commits on Nov 26, 2022

  1. feat: rewritten detect-non-literal-fs-filename rule

    * detects multiple cases of possible imports of fs methods
    * many tests added to cover that cases
    BuZZ-T authored and Bastian Gebhardt committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    a1ae157 View commit details
    Browse the repository at this point in the history
  2. refactor: extract searching for ImportDeclaration and VariableDeclara…

    …tion in utils
    BuZZ-T authored and Bastian Gebhardt committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    b6d7c3d View commit details
    Browse the repository at this point in the history
  3. chore: added JSdoc, inlined fsPackagesNames, renamed sink terminology

    Bastian Gebhardt authored and Bastian Gebhardt committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    b9569e6 View commit details
    Browse the repository at this point in the history
  4. chore: changed report params to object

    Bastian Gebhardt authored and Bastian Gebhardt committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    e46d3e2 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. chore: rename 'sink', remove '?.' for node 12

    Bastian Gebhardt authored and Bastian Gebhardt committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    e5e51b1 View commit details
    Browse the repository at this point in the history