mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-16 21:52:38 +00:00
[PR #1272] [MERGED] chore: add the linter to a separate Python script #1872
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/TheAlgorithms/C/pull/1272
Author: @Panquesito7
Created: 6/11/2023
Status: ✅ Merged
Merged: 7/19/2023
Merged by: @Panquesito7
Base:
master← Head:linter_script📝 Commits (4)
9d9c8d3updating DIRECTORY.md36602adchore: add the linter to a separate Python scriptdd6c52aMerge branch 'linter_script' of https://github.com/TheAlgorithms/C into linter_script1bf6ff9Merge branch 'master' into linter_script📊 Changes
3 files changed (+43 additions, -42 deletions)
View changed files
📝
.github/workflows/awesome_workflow.yml(+2 -42)📝
.gitignore(+1 -0)➕
scripts/file_linter.py(+40 -0)📄 Description
Description of Change
References
Closes #1268.
Checklist
Added file name matches File name guidelinesAdded tests and example, test must passRelevant documentation/comments is changed or addedNotes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.