• CaptDust@sh.itjust.works
    link
    fedilink
    arrow-up
    2
    arrow-down
    1
    ·
    2 days ago

    Honestly I’ll disable linting across entire files during these kinds of refactors because it’s annoying having build output littered with unused imports and format warnings while I’m still working on a solution. Requires some extra diligence to re-enable and clean up before pushing though.

    • zqwzzle@lemmy.ca
      cake
      link
      fedilink
      English
      arrow-up
      2
      ·
      2 days ago

      Use pre-commit with a linter config that checks all files, local dev can have a different config to disable as needed.