Skip to content

Commit

Permalink
Update sc_ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
isboston committed Jan 20, 2025
1 parent be06da8 commit 3969c7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lint/sc_ignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ SC2046 # Example: ${package_manager} -y install $([ "$DIST" != "fedora" ] && ech
SC2154 # Example: echo "${product}"

# Declare and assign separately to avoid masking return values. Combined for simplicity.
SC2155 # Example: local AVAILABLE_DISK_SPACE=$(df -m / | tail -1 | awk '{ print $4 }')
#SC2155 # Example: local AVAILABLE_DISK_SPACE=$(df -m / | tail -1 | awk '{ print $4 }')

0 comments on commit 3969c7e

Please sign in to comment.