[PR #1272] [MERGED] chore: add the linter to a separate Python script #1872

Open
opened 2026-01-29 15:25:36 +00:00 by claunia · 0 comments
Owner

📋 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: masterHead: linter_script


📝 Commits (4)

📊 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

  • Add the C linter to a separate Python script to keep things cleaner.

References

Closes #1268.

Checklist

  • Added description of change
  • Added file name matches File name guidelines
  • Added tests and example, test must pass
  • Relevant documentation/comments is changed or added
  • PR title follows semantic commit guidelines
  • Search previous suggestions before making a new one, as yours may be a duplicate.
  • I acknowledge that all my contributions will be made under the project's license.

Notes:


🔄 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/TheAlgorithms/C/pull/1272 **Author:** [@Panquesito7](https://github.com/Panquesito7) **Created:** 6/11/2023 **Status:** ✅ Merged **Merged:** 7/19/2023 **Merged by:** [@Panquesito7](https://github.com/Panquesito7) **Base:** `master` ← **Head:** `linter_script` --- ### 📝 Commits (4) - [`9d9c8d3`](https://github.com/TheAlgorithms/C/commit/9d9c8d3a8ca72cf6a2c794965cfa46b8e1d70230) updating DIRECTORY.md - [`36602ad`](https://github.com/TheAlgorithms/C/commit/36602ad33e04fa8a34ca4633d146a19b9169498e) chore: add the linter to a separate Python script - [`dd6c52a`](https://github.com/TheAlgorithms/C/commit/dd6c52a4b40d0285bf02ec87dc9676ded47a9c26) Merge branch 'linter_script' of https://github.com/TheAlgorithms/C into linter_script - [`1bf6ff9`](https://github.com/TheAlgorithms/C/commit/1bf6ff94c498758cca945e6ba5311c821bdd22c4) Merge branch 'master' into linter_script ### 📊 Changes **3 files changed** (+43 additions, -42 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/awesome_workflow.yml` (+2 -42) 📝 `.gitignore` (+1 -0) ➕ `scripts/file_linter.py` (+40 -0) </details> ### 📄 Description #### Description of Change <!-- Thank you for your Pull Request. Please provide a description above and review the requirements below. Contributors guide: https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md --> - Add the C linter to a separate Python script to keep things cleaner. #### References Closes #1268. #### Checklist <!-- Remove items that do not apply. For completed items, change [ ] to [x]. --> - [x] Added description of change - [ ] ~Added file name matches [File name guidelines](https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md#File-Name-guidelines)~ - [ ] ~Added tests and example, test must pass~ - [ ] ~Relevant documentation/comments is changed or added~ - [x] PR title follows semantic [commit guidelines](https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md#Commit-Guidelines) - [x] Search previous suggestions before making a new one, as yours may be a duplicate. - [x] I acknowledge that all my contributions will be made under the project's license. Notes: <!-- Please add a one-line description for developers or pull request viewers --> --- <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 15:25:36 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#1872