Skip to content

refactor(config)!: remove legacy config paths#1472

Merged
Nytelife26 merged 1 commit intomainfrom
refactor/legacy-config-paths
Jan 16, 2026
Merged

refactor(config)!: remove legacy config paths#1472
Nytelife26 merged 1 commit intomainfrom
refactor/legacy-config-paths

Conversation

@Nytelife26
Copy link
Copy Markdown
Contributor

@Nytelife26 Nytelife26 commented Jan 11, 2026

Brief

Removes the legacy config paths for global and per-user home configuration.

@codecov
Copy link
Copy Markdown

codecov bot commented Jan 11, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.62%. Comparing base (6fc3755) to head (dac0476).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1472      +/-   ##
==========================================
- Coverage   92.63%   92.62%   -0.01%     
==========================================
  Files         100      100              
  Lines        1018     1017       -1     
==========================================
- Hits          943      942       -1     
  Misses         75       75              
Flag Coverage Δ
macos-latest 92.03% <ø> (-0.01%) ⬇️
py3.10 92.62% <ø> (-0.01%) ⬇️
py3.11 92.62% <ø> (-0.01%) ⬇️
py3.12 92.62% <ø> (-0.01%) ⬇️
py3.13 92.03% <ø> (-0.01%) ⬇️
py3.14 92.03% <ø> (-0.01%) ⬇️
ubuntu-latest 92.03% <ø> (-0.01%) ⬇️
windows-latest 92.62% <ø> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@Nytelife26 Nytelife26 added type: refactor A change that does not fix a bug or add a feature version: breaking PRs with breaking changes, requiring a major release labels Jan 11, 2026
BREAKING CHANGE:

The legacy configuration paths for global configuration
(`/etc/proselintrc`) and home configuration `~/.proselintrc.json` are no
longer read. Please relocate any configuration you wish to keep to
`$XDG_CONFIG_HOME/proselint/config.json`.
@Nytelife26 Nytelife26 force-pushed the refactor/legacy-config-paths branch from bbbd33c to dac0476 Compare January 16, 2026 13:26
@Nytelife26 Nytelife26 marked this pull request as ready for review January 16, 2026 13:26
@Nytelife26 Nytelife26 requested a review from suchow as a code owner January 16, 2026 13:26
@Nytelife26 Nytelife26 requested a review from drainpixie January 16, 2026 13:26
@Nytelife26 Nytelife26 merged commit a086665 into main Jan 16, 2026
34 checks passed
@Nytelife26 Nytelife26 deleted the refactor/legacy-config-paths branch January 16, 2026 14:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: refactor A change that does not fix a bug or add a feature version: breaking PRs with breaking changes, requiring a major release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants