ff4ff35918
Red Bear OS is a full fork. All sources must be available from git clone with zero network access. Removed gitignore rules that excluded fetched source trees under recipes/*/source/, local/recipes/kde/*/source/, local/recipes/qt/*/source/, and vendor source trees. Build artifacts (target/, build/, source.tar, *.o, *.so) remain excluded. 127291 files added — kernel, relibc, base, bootloader, pkgar, all KDE/Qt frameworks, mesa, wayland, DRM drivers, and every other recipe source.
12 lines
495 B
Plaintext
12 lines
495 B
Plaintext
# Disable the "expressions don't expand in single quotes, use double quotes"
|
|
# advice. We need the regular expressions to remain uninterpolated.
|
|
disable=SC2016
|
|
|
|
# Disable the "variable appears unused" warning caused by the use of getopts
|
|
# with an obligatory (but unused) variable name in the main function.
|
|
disable=SC2034
|
|
|
|
# Disable all the "quote to prevent globbing or word splitting" advice.
|
|
# We need word splitting for well-known variables like MAKEFLAGS and CFLAGS.
|
|
disable=SC2086,SC2206
|