Skip to content

refactor(config)!: make per-project config visible#1473

Merged
Nytelife26 merged 1 commit intomainfrom
refactor/config-visible
Jan 19, 2026
Merged

refactor(config)!: make per-project config visible#1473
Nytelife26 merged 1 commit intomainfrom
refactor/config-visible

Conversation

@Nytelife26
Copy link
Copy Markdown
Contributor

Relevant issues

Blocked by #1472.

Brief

It can be surprising for Proselint to run differently in a directory when, at a glance, there are no configuration files for it. This rationale has been used by a plethora of other linters to switch away from older .config.extension files to simply config.extension. It is time Proselint follows suit.

Changes

  • Rename .proselintrc.json to proselint.json

@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 (a086665) to head (a8a5a69).
⚠️ Report is 2 commits behind head on main.

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

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:

This renames per-project configuration files from `./.proselintrc.json`
to `./proselint.json`, in line with conventions set by other linters.
@Nytelife26 Nytelife26 force-pushed the refactor/config-visible branch from 6a4fbf8 to a8a5a69 Compare January 16, 2026 14:08
@Nytelife26 Nytelife26 marked this pull request as ready for review January 16, 2026 14:08
@Nytelife26 Nytelife26 requested a review from suchow as a code owner January 16, 2026 14:08
@Nytelife26 Nytelife26 requested a review from drainpixie January 16, 2026 14:09
@Nytelife26 Nytelife26 merged commit 1f4c0eb into main Jan 19, 2026
34 checks passed
@Nytelife26 Nytelife26 deleted the refactor/config-visible branch January 19, 2026 13:51
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