Skip to content

Few questions about project #918

Closed
@armano2

Description

@armano2
  1. What version of node commitlint is currently supporting?
    engines.node in most packages states 4, in root you can find 6 but some of dependencies require 8 and tests are executed on 8+. Should we align this?
  2. Why so many different fs packages? maybe we should pick one and stick to it
    What we should use? mayby we should just stick with fs and promisify?
  3. Currently tests are creating a lot of temporary directories, but they never clean them up
    tmp has mechanism to clean temporary files before program is closing, but due to isolation of jest it never gets triggered, than we have to call it manually

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions