[PR #914] [CLOSED] [IMPROVEMENT] Adds linter and .editorconfig #1749

Closed
opened 2026-01-29 17:18:19 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/914
Author: @pandeykartikey
Created: 1/23/2018
Status: Closed

Base: masterHead: linter


📝 Commits (4)

  • 7f46a9f [IMPROVEMENT] Minor changes - Add default fonts in the --help (#899)
  • 4e05961 Fix incorrect path in XML (#904)
  • f12fd9a Added linter config and setup scripts
  • 1d72f1a Fixed scripts

📊 Changes

8 files changed (+132 additions, -7 deletions)

View changed files

.editorconfig (+17 -0)
📝 .gitignore (+3 -0)
📝 api/ccx_to_python_g608.py (+1 -1)
scripts/git-hooks/pre-commit.sh (+18 -0)
scripts/setup.sh (+3 -0)
📝 src/lib_ccx/ccx_encoders_spupng.c (+11 -5)
📝 src/lib_ccx/params.c (+4 -1)
uncrustify.cfg (+75 -0)

📄 Description

Please prefix your pull request with one of the following: [FEATURE] [FIX] [IMPROVEMENT].

In raising this pull request, I confirm the following (please check boxes):

  • I have read and understood the contributors guide.
  • I have checked that another pull request for this purpose does not exist.
  • I have considered, and confirmed that this submission will be valuable to others.
  • I accept that this submission may not be used, and the pull request closed at the will of the maintainer.
  • I give this submission freely, and claim no ownership to its content.

My familiarity with the project is as follows (check one):

  • I have never used CCExtractor.
  • I have used CCExtractor just a couple of times.
  • I absolutely love CCExtractor, but have not contributed previously.
  • I am an active contributor to CCExtractor.

Adds uncrustify and .editorconfig
Also adds a pre-commit git-hook for fixing linting.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/CCExtractor/ccextractor/pull/914 **Author:** [@pandeykartikey](https://github.com/pandeykartikey) **Created:** 1/23/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `linter` --- ### 📝 Commits (4) - [`7f46a9f`](https://github.com/CCExtractor/ccextractor/commit/7f46a9f69f8955c1ff025f7d2480106fbf31685e) [IMPROVEMENT] Minor changes - Add default fonts in the --help (#899) - [`4e05961`](https://github.com/CCExtractor/ccextractor/commit/4e059615bd809f4f10dcc8af75e39511942f3801) Fix incorrect path in XML (#904) - [`f12fd9a`](https://github.com/CCExtractor/ccextractor/commit/f12fd9a751e637fd840782d8317fe00b286a70ab) Added linter config and setup scripts - [`1d72f1a`](https://github.com/CCExtractor/ccextractor/commit/1d72f1a7d3ffc3b8b289c6fe5c1ddac4c7c72fe7) Fixed scripts ### 📊 Changes **8 files changed** (+132 additions, -7 deletions) <details> <summary>View changed files</summary> ➕ `.editorconfig` (+17 -0) 📝 `.gitignore` (+3 -0) 📝 `api/ccx_to_python_g608.py` (+1 -1) ➕ `scripts/git-hooks/pre-commit.sh` (+18 -0) ➕ `scripts/setup.sh` (+3 -0) 📝 `src/lib_ccx/ccx_encoders_spupng.c` (+11 -5) 📝 `src/lib_ccx/params.c` (+4 -1) ➕ `uncrustify.cfg` (+75 -0) </details> ### 📄 Description Please prefix your pull request with one of the following: **[FEATURE]** **[FIX]** **[IMPROVEMENT]**. **In raising this pull request, I confirm the following (please check boxes):** - [x] I have read and understood the [contributors guide](https://github.com/CCExtractor/ccextractor/blob/master/.github/CONTRIBUTING.md). - [x] I have checked that another pull request for this purpose does not exist. - [x] I have considered, and confirmed that this submission will be valuable to others. - [x] I accept that this submission may not be used, and the pull request closed at the will of the maintainer. - [x] I give this submission freely, and claim no ownership to its content. **My familiarity with the project is as follows (check one):** - [ ] I have never used CCExtractor. - [ ] I have used CCExtractor just a couple of times. - [x] I absolutely love CCExtractor, but have not contributed previously. - [ ] I am an active contributor to CCExtractor. --- Adds uncrustify and .editorconfig Also adds a pre-commit git-hook for fixing linting. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 17:18:19 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1749