Skip to content

Commit

Permalink
JS-425 Remove check on file path length (#4924)
Browse files Browse the repository at this point in the history
  • Loading branch information
vdiez authored Nov 22, 2024
1 parent cce9085 commit 5972e36
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 47 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"count-rules": "node tools/count-rules.js",
"_:bridge:copy-protofiles": "cpy --flat packages/jsts/src/parsers/estree.proto sonar-plugin/bridge/src/main/protobuf && cpy --flat packages/jsts/src/parsers/estree.proto lib/jsts/src/parsers",
"_:bridge:clear": "rimraf --glob lib/*",
"_:plugin:prepare-bridge": "npm pack && node tools/check-distribution-filepath-length.cjs && npm run _:plugin:copy-bridge && npm run generate-rules-list",
"_:plugin:prepare-bridge": "npm pack && npm run _:plugin:copy-bridge && npm run generate-rules-list",
"_:plugin-fetch-node": "node tools/fetch-node/scripts/wrapper.mjs",
"_:plugin:pre-build": "npm run _:plugin:prepare-bridge && npm run _:plugin-fetch-node",
"_:plugin:copy-bridge": "cpy sonarjs-1.0.0.tgz sonar-plugin/sonar-javascript-plugin/target/classes && cpy sonarjs-1.0.0.tgz sonar-plugin/standalone/target/classes",
Expand Down
46 changes: 0 additions & 46 deletions tools/check-distribution-filepath-length.cjs

This file was deleted.

0 comments on commit 5972e36

Please sign in to comment.