File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 9898 git gc --prune=now # Garbage collect and prune unreachable objects
9999
100100 # Remove unused imports and missing file references
101- echo "Running ESLint to remove unused imports..."
102- npm install eslint -g
103- eslint . --fix
101+ # echo "Running ESLint to remove unused imports..."
102+ # npm install eslint -g
103+ # eslint . --fix
104104
105105 echo "Running autoflake to remove unused imports..."
106106 pip install autoflake
@@ -164,9 +164,9 @@ jobs:
164164 git gc --prune=now # Garbage collect and prune unreachable objects
165165
166166 # Remove unused imports and missing file references
167- echo "Running ESLint to remove unused imports..."
168- npm install eslint -g
169- eslint . --fix
167+ # echo "Running ESLint to remove unused imports..."
168+ # npm install eslint -g
169+ # eslint . --fix
170170
171171 echo "Running autoflake to remove unused imports..."
172172 pip install autoflake
@@ -230,9 +230,9 @@ jobs:
230230 git gc --prune=now # Garbage collect and prune unreachable objects
231231
232232 # Remove unused imports and missing file references
233- echo "Running ESLint to remove unused imports..."
234- npm install eslint -g
235- eslint . --fix
233+ # echo "Running ESLint to remove unused imports..."
234+ # npm install eslint -g
235+ # eslint . --fix
236236
237237 echo "Running autoflake to remove unused imports..."
238238 pip install autoflake
You can’t perform that action at this time.
0 commit comments