[PR #5955] [MERGED] build: codespell improvements #5751

Closed
opened 2026-05-05 10:44:13 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/5955
Author: @kmk3
Created: 8/12/2023
Status: Merged
Merged: 8/14/2023
Merged by: @kmk3

Base: masterHead: build-codespell-improvements


📝 Commits (5)

  • 9490fc1 build: fix codespell errors in more files
  • ffb05ae build: codespell: remove dependency on "clean"
  • f3948a8 ci: move codespell job into its own workflow
  • 894b145 ci: run ./configure in codespell
  • b2821a3 build: run codespell on almost all files

📊 Changes

12 files changed (+64 additions, -33 deletions)

View changed files

📝 .github/workflows/build-extra.yml (+2 -22)
📝 .github/workflows/build.yml (+2 -0)
📝 .github/workflows/codeql-analysis.yml (+2 -0)
.github/workflows/codespell.yml (+40 -0)
📝 Makefile (+9 -2)
📝 RELNOTES (+2 -2)
📝 contrib/jail_prober.py (+2 -2)
📝 etc/profile-a-l/kwin_x11.profile (+1 -1)
📝 etc/profile-m-z/tvbrowser.profile (+1 -1)
📝 etc/profile-m-z/twitch.profile (+1 -1)
📝 etc/profile-m-z/youtube.profile (+1 -1)
📝 etc/profile-m-z/youtubemusic-nativefier.profile (+1 -1)

📄 Description

Changes:

$ git log --reverse --pretty='* %s' master..
* build: fix codespell errors in more files
* build: codespell: remove dependency on "clean"
* ci: move codespell job into its own workflow
* ci: run ./configure in codespell
* build: run codespell on almost all files

Homepage: https://github.com/codespell-project/codespell

Added on commit d78fc96ee ("codespell github action", 2023-03-05).


🔄 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/netblue30/firejail/pull/5955 **Author:** [@kmk3](https://github.com/kmk3) **Created:** 8/12/2023 **Status:** ✅ Merged **Merged:** 8/14/2023 **Merged by:** [@kmk3](https://github.com/kmk3) **Base:** `master` ← **Head:** `build-codespell-improvements` --- ### 📝 Commits (5) - [`9490fc1`](https://github.com/netblue30/firejail/commit/9490fc1e71b2a68bce7a3e09c6410c9cc1f9e322) build: fix codespell errors in more files - [`ffb05ae`](https://github.com/netblue30/firejail/commit/ffb05aef6d02c4712f525776c419814e1ad7c647) build: codespell: remove dependency on "clean" - [`f3948a8`](https://github.com/netblue30/firejail/commit/f3948a895fe027febb4b3aa6c5cd6a4ba0ee5948) ci: move codespell job into its own workflow - [`894b145`](https://github.com/netblue30/firejail/commit/894b1456a8f80c508bacb31213139090cd232dbd) ci: run ./configure in codespell - [`b2821a3`](https://github.com/netblue30/firejail/commit/b2821a3448b489bc751e4acf2d6da1ad6f05a834) build: run codespell on almost all files ### 📊 Changes **12 files changed** (+64 additions, -33 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build-extra.yml` (+2 -22) 📝 `.github/workflows/build.yml` (+2 -0) 📝 `.github/workflows/codeql-analysis.yml` (+2 -0) ➕ `.github/workflows/codespell.yml` (+40 -0) 📝 `Makefile` (+9 -2) 📝 `RELNOTES` (+2 -2) 📝 `contrib/jail_prober.py` (+2 -2) 📝 `etc/profile-a-l/kwin_x11.profile` (+1 -1) 📝 `etc/profile-m-z/tvbrowser.profile` (+1 -1) 📝 `etc/profile-m-z/twitch.profile` (+1 -1) 📝 `etc/profile-m-z/youtube.profile` (+1 -1) 📝 `etc/profile-m-z/youtubemusic-nativefier.profile` (+1 -1) </details> ### 📄 Description Changes: ```console $ git log --reverse --pretty='* %s' master.. * build: fix codespell errors in more files * build: codespell: remove dependency on "clean" * ci: move codespell job into its own workflow * ci: run ./configure in codespell * build: run codespell on almost all files ``` Homepage: <https://github.com/codespell-project/codespell> Added on commit d78fc96ee ("codespell github action", 2023-03-05). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 10:44:13 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#5751
No description provided.