dsanders11

#53791: build: remove git add from lint-staged config

Merged
Created: Sep 9, 2026, 1:58:27 PM
Merged: Sep 9, 2026, 4:46:13 PM
4 comments
Target: main

Description of Change

According to a logged warning message, these have been redundant since lint-staged v10.0.0, when lint-staged started automatically adding changes during these tasks.

Checklist

  • I have built and tested this change
  • I have filled out the PR description

Release Notes

Notes: none

Backports

43-x-y
Merged
PR Number
#53795
Merged At
Sep 9, 2026, 4:47:48 PM
Released In
Not yet
Release Date
Not yet
44-x-y
Merged
PR Number
#53797
Merged At
Sep 9, 2026, 4:48:17 PM
Released In
Not yet
Release Date
Not yet
45-x-y
Merged
PR Number
#53796
Merged At
Sep 9, 2026, 4:48:01 PM
Released In
Not yet
Release Date
Not yet

Semver Impact

Major
Breaking changes
Minor
New features
Patch
Bug fixes
None
Docs, tests, etc.

Semantic Versioning helps users understand the impact of updates:

  • Major (X.y.z): Breaking changes that may require code modifications
  • Minor (x.Y.z): New features that maintain backward compatibility
  • Patch (x.y.Z): Bug fixes that don't change the API
  • None: Changes that don't affect using facing parts of Electron