mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-09 16:07:40 +00:00
linter shoo
This commit is contained in:
@@ -2729,9 +2729,7 @@
|
||||
/turf/open/floor/carpet,
|
||||
/area/ruin/space/has_grav/skelter/admin)
|
||||
"gx" = (
|
||||
/obj/machinery/door/firedoor{
|
||||
pixel_x = 0
|
||||
},
|
||||
/obj/machinery/door/firedoor,
|
||||
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
|
||||
/obj/structure/cable/yellow{
|
||||
icon_state = "1-2"
|
||||
@@ -2742,9 +2740,7 @@
|
||||
/turf/open/floor/plasteel/showroomfloor,
|
||||
/area/ruin/space/has_grav/skelter/shields)
|
||||
"gy" = (
|
||||
/obj/machinery/door/firedoor{
|
||||
pixel_x = 0
|
||||
},
|
||||
/obj/machinery/door/firedoor,
|
||||
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
|
||||
/obj/machinery/door/airlock/engineering{
|
||||
name = "Shields"
|
||||
|
||||
@@ -52,16 +52,16 @@ if grep -P '^/*var/' code/**/*.dm; then
|
||||
echo "ERROR: Unmanaged global var use detected in code, please use the helpers."
|
||||
st=1
|
||||
fi;
|
||||
echo "Checking for space indentation"
|
||||
if grep -P '(^ {2})|(^ [^ * ])|(^ +)' code/**/*.dm; then
|
||||
echo "space indentation detected"
|
||||
st=1
|
||||
fi;
|
||||
echo "Checking for mixed indentation"
|
||||
if grep -P '^\t+ [^ *]' code/**/*.dm; then
|
||||
echo "mixed <tab><space> indentation detected"
|
||||
st=1
|
||||
fi;
|
||||
# echo "Checking for space indentation"
|
||||
# if grep -P '(^ {2})|(^ [^ * ])|(^ +)' code/**/*.dm; then
|
||||
# echo "space indentation detected"
|
||||
# st=1
|
||||
# fi;
|
||||
# echo "Checking for mixed indentation"
|
||||
# if grep -P '^\t+ [^ *]' code/**/*.dm; then
|
||||
# echo "mixed <tab><space> indentation detected"
|
||||
# st=1
|
||||
# fi;
|
||||
nl='
|
||||
'
|
||||
nl=$'\n'
|
||||
|
||||
Reference in New Issue
Block a user