Remove checks that are run with tidy
This commit is contained in:
parent
0527f027e8
commit
9e5dd51166
1 changed files with 0 additions and 3 deletions
|
|
@ -65,7 +65,4 @@ ENV SCRIPT \
|
|||
python3 ../x.py test collect-license-metadata && \
|
||||
# Runs checks to ensure that there are no issues in our JS code.
|
||||
es-check es2019 ../src/librustdoc/html/static/js/*.js && \
|
||||
eslint -c ../src/librustdoc/html/static/.eslintrc.js ../src/librustdoc/html/static/js/*.js && \
|
||||
eslint -c ../src/tools/rustdoc-js/.eslintrc.js ../src/tools/rustdoc-js/tester.js && \
|
||||
eslint -c ../src/tools/rustdoc-gui/.eslintrc.js ../src/tools/rustdoc-gui/tester.js && \
|
||||
tsc --project ../src/librustdoc/html/static/js/tsconfig.json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue