mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
[PR #914] [CLOSED] [IMPROVEMENT] Adds linter and .editorconfig #1749
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/CCExtractor/ccextractor/pull/914
Author: @pandeykartikey
Created: 1/23/2018
Status: ❌ Closed
Base:
master← Head:linter📝 Commits (4)
7f46a9f[IMPROVEMENT] Minor changes - Add default fonts in the --help (#899)4e05961Fix incorrect path in XML (#904)f12fd9aAdded linter config and setup scripts1d72f1aFixed 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):
My familiarity with the project is as follows (check one):
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.