-
Notifications
You must be signed in to change notification settings - Fork 68
Comparing changes
Open a pull request
base repository: editorconfig-checker/editorconfig-checker
base: v3.2.0
head repository: editorconfig-checker/editorconfig-checker
compare: v3.2.1
- 16 commits
- 21 files changed
- 3 contributors
Commits on Jan 30, 2025
-
chore(deps): bump github.com/gkampitakis/go-snaps from 0.5.8 to 0.5.9 (…
…#435) Bumps [github.com/gkampitakis/go-snaps](https://github.com/gkampitakis/go-snaps) from 0.5.8 to 0.5.9. - [Release notes](https://github.com/gkampitakis/go-snaps/releases) - [Commits](gkampitakis/go-snaps@v0.5.8...v0.5.9) --- updated-dependencies: - dependency-name: github.com/gkampitakis/go-snaps dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 045ec56 - Browse repository at this point
Copy the full SHA 045ec56View commit details
Commits on Feb 5, 2025
-
chore(deps): bump golang.org/x/text from 0.21.0 to 0.22.0 (#438)
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.21.0 to 0.22.0. - [Release notes](https://github.com/golang/text/releases) - [Commits](golang/text@v0.21.0...v0.22.0) --- updated-dependencies: - dependency-name: golang.org/x/text dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c9353f0 - Browse repository at this point
Copy the full SHA c9353f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2374242 - Browse repository at this point
Copy the full SHA 2374242View commit details
Commits on Mar 6, 2025
-
build: switch to go1.24 (#446)
* build: upgrade to go1.24 for t.Chdir * build: go1.24 vet validates first arg of printf now see https://go.dev/doc/go1.24#vet * build: replace all uses of os.Chdir with t.Chdir
Configuration menu - View commit details
-
Copy full SHA for 7ecf099 - Browse repository at this point
Copy the full SHA 7ecf099View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8271c1 - Browse repository at this point
Copy the full SHA e8271c1View commit details -
fix: check for exclusion before MIME type (#447)
* fix: check for exclusion before MIME type Since the exclusion check is cheap and requires no external interaction, it is better to check for the exclusion before opening and reading the file to determine the MIME type. Besides the marginal speedup this also fixes #442 (where exclusions are used to prevent editorconfig-checker from reading inaccessible files) * build: return as soon as a match is found * docs: document, why using mimetype.EqualsAny would be a bad idea
Configuration menu - View commit details
-
Copy full SHA for cd9976b - Browse repository at this point
Copy the full SHA cd9976bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ffcae2 - Browse repository at this point
Copy the full SHA 9ffcae2View commit details
Commits on Mar 7, 2025
-
chore(deps): bump golang.org/x/text from 0.22.0 to 0.23.0 (#449)
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.22.0 to 0.23.0. - [Release notes](https://github.com/golang/text/releases) - [Commits](golang/text@v0.22.0...v0.23.0) --- updated-dependencies: - dependency-name: golang.org/x/text dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 843f9c0 - Browse repository at this point
Copy the full SHA 843f9c0View commit details
Commits on Mar 10, 2025
-
Configuration menu - View commit details
-
Copy full SHA for d956561 - Browse repository at this point
Copy the full SHA d956561View commit details
Commits on Mar 11, 2025
-
fix(test): support running our test suite under
-trimpath, closes #397(#439) * chore(deps): upgrade go-snaps to v0.5.10 that supports trimpath builds * build(test): start running a pass of our testsuite under -trimpath This commit is guaranteed to be broken, since our code not yet handles the caveats regarding the current working dir assumption that go-snaps now has. * test: echo the commands being executed, to help the user find out which test phase fails * fix(test): ensure snaps finds the snapshot directory by using an absolute path Since we "tamper" with the current working directory to achieve a certain output from files.GetRelativePath(), we now need to help snaps find the __snapshots__ directory.
Configuration menu - View commit details
-
Copy full SHA for fc78406 - Browse repository at this point
Copy the full SHA fc78406View commit details
Commits on Mar 12, 2025
-
chore(deps): bump github.com/editorconfig/editorconfig-core-go/v2 (#452)
Bumps [github.com/editorconfig/editorconfig-core-go/v2](https://github.com/editorconfig/editorconfig-core-go) from 2.6.2 to 2.6.3. - [Release notes](https://github.com/editorconfig/editorconfig-core-go/releases) - [Changelog](https://github.com/editorconfig/editorconfig-core-go/blob/master/CHANGELOG.md) - [Commits](editorconfig/editorconfig-core-go@v2.6.2...v2.6.3) --- updated-dependencies: - dependency-name: github.com/editorconfig/editorconfig-core-go/v2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3ab0c97 - Browse repository at this point
Copy the full SHA 3ab0c97View commit details -
chore(deps): bump github.com/gkampitakis/go-snaps from 0.5.9 to 0.5.11 (
#443) Bumps [github.com/gkampitakis/go-snaps](https://github.com/gkampitakis/go-snaps) from 0.5.9 to 0.5.11. - [Release notes](https://github.com/gkampitakis/go-snaps/releases) - [Commits](gkampitakis/go-snaps@v0.5.9...v0.5.11) --- updated-dependencies: - dependency-name: github.com/gkampitakis/go-snaps dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e83454c - Browse repository at this point
Copy the full SHA e83454cView commit details
Commits on Mar 13, 2025
-
chore(deps): bump golang.org/x/net from 0.33.0 to 0.36.0 (#453)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.33.0 to 0.36.0. - [Commits](golang/net@v0.33.0...v0.36.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b68f511 - Browse repository at this point
Copy the full SHA b68f511View commit details
Commits on Mar 15, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 65b01f3 - Browse repository at this point
Copy the full SHA 65b01f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8799d0 - Browse repository at this point
Copy the full SHA f8799d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a81239 - Browse repository at this point
Copy the full SHA 6a81239View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.2.0...v3.2.1