Skip to content

Instantly share code, notes, and snippets.

View novitckas's full-sized avatar
🌊

Stanislav Novitckas novitckas

🌊
  • Selectel
  • Saint-Petersburg
View GitHub Profile
@seeliang
seeliang / lint-only-changed-files.MD
Last active December 2, 2024 05:08
How to lint only changed files?

find out the differences

use git diff to generate file list

git diff --name-only master

limited to certain file types

add ext filter