Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change how check-file-format.sh checks changed files
Prior to this patch, the `git diff` command used to identify which files to check for editorconfig compliance caught too many files, and did the expensive part of the check inside the per-file loop. By lucky chance, the editorconfig-checker container image has a `git` binary installed, so we can move the entire loop inside a single container invocation. Fixes #129.
- Loading branch information