Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enforce configs in arbitrary .ini files #267

Closed
4 tasks done
andreoliwa opened this issue Feb 12, 2021 · 1 comment · Fixed by #304
Closed
4 tasks done

Enforce configs in arbitrary .ini files #267

andreoliwa opened this issue Feb 12, 2021 · 1 comment · Fixed by #304
Labels
enhancement New feature or request plugin-ini Plugin for INI files released Feature/fix is released

Comments

@andreoliwa
Copy link
Owner

andreoliwa commented Feb 12, 2021

Problem

I want to enforce configurations in any .ini/.cfg file with the ConfigParser format.
Right now, setup.cfg is the only INI-like file being verified.

Related to #7, #9, #11.

Possible solution

  • Rename uses of setup.cfg to something generic like ini
  • Changes should also be applied to files
  • Use a generic INI parser?
  • Check out RonnyPfannschmidt/iniconfig → not needed anymore because configupdater solves all needs
@andreoliwa andreoliwa created this issue from a note in Nitpick Roadmap (Next) Feb 12, 2021
@andreoliwa andreoliwa moved this from Next to Later in Nitpick Roadmap Feb 12, 2021
@andreoliwa andreoliwa added enhancement New feature or request plugin-ini Plugin for INI files labels Feb 13, 2021
@andreoliwa andreoliwa moved this from Later to Backlog in Nitpick Roadmap Feb 18, 2021
@andreoliwa andreoliwa moved this from Backlog to In progress in Nitpick Roadmap Mar 2, 2021
@andreoliwa andreoliwa changed the title Check arbitrary .ini files or ConfigParser format Enforce configs in arbitrary .ini files Mar 2, 2021
Nitpick Roadmap automation moved this from In progress to Done Mar 2, 2021
This was referenced Mar 9, 2021
@github-actions
Copy link

github-actions bot commented Mar 9, 2021

🎉 This issue has been resolved in version 0.25.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions github-actions bot added the released Feature/fix is released label Mar 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request plugin-ini Plugin for INI files released Feature/fix is released
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant