Skip to content

Commit 4a563b2

Browse files
committed
chore: remove long comment lines to comply with linter standards, add
TODO comment to GH action hack
1 parent 0b6e645 commit 4a563b2

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/release-please.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
RELEASE_BRANCH: release-please--branches--main
4444
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4545
run: |
46+
# TODO: This is a temporary fix to clean up the stale release-please branch.
47+
# We should find a better way to handle this.
4648
# Check if the release-please branch exists and delete it if it does
4749
if gh api repos/${{ github.repository }}/git/refs/heads/$RELEASE_BRANCH > /dev/null 2>&1; then
4850
echo "Found stale release-please branch '$RELEASE_BRANCH', deleting it..."

crates/astria-composer/src/main.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
use std::process::ExitCode;
22

3-
// This comment line is intentionally very long to exceed the standard 80 character line length limit and test how the linter handles it
4-
53
use astria_composer::{
64
Composer,
75
Config,

crates/astria-sequencer/src/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
use std::process::ExitCode;
22

3-
// This comment intentionally exceeds 80 characters to test the updated linter configuration that should now allow longer lines
43
use astria_eyre::eyre::WrapErr as _;
54
use astria_sequencer::{
65
Config,

0 commit comments

Comments
 (0)