Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3401548
D10541.id35214.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Referenced Files
None
Subscribers
None
D10541.id35214.diff
View Options
diff --git a/.buildkite/eslint_flow_jest.yml b/.buildkite/eslint_flow_jest.yml
--- a/.buildkite/eslint_flow_jest.yml
+++ b/.buildkite/eslint_flow_jest.yml
@@ -1,6 +1,6 @@
steps:
- label: ':eslint: :jest: ESLint & Flow & Jest'
- command: '(pkill flow || true) && curl --proto "=https" --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y && . /root/.cargo/env && apt update && apt install -y cmake && yarn ci-cleaninstall && yarn eslint --max-warnings=0 && yarn flow-all && yarn jest-all'
+ command: '(pkill flow || true) && curl --proto "=https" --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y && . /root/.cargo/env && apt update && apt install -y cmake && yarn ci-cleaninstall && yarn eslint:all --max-warnings=0 && yarn flow-all && yarn jest-all'
retry:
automatic: true
plugins:
diff --git a/.github/workflows/eslint_flow_jest.yml b/.github/workflows/eslint_flow_jest.yml
--- a/.github/workflows/eslint_flow_jest.yml
+++ b/.github/workflows/eslint_flow_jest.yml
@@ -22,8 +22,8 @@
- name: yarn ci-cleaninstall
run: yarn ci-cleaninstall
- - name: yarn eslint --max-warnings=0
- run: yarn eslint --max-warnings=0
+ - name: yarn eslint:all --max-warnings=0
+ run: yarn eslint:all --max-warnings=0
- name: '[lib] flow'
working-directory: ./lib
diff --git a/package.json b/package.json
--- a/package.json
+++ b/package.json
@@ -17,7 +17,7 @@
"clean": "yarn workspace lib clean && yarn workspace web clean && yarn workspace native clean && yarn workspace keyserver clean && yarn workspace landing clean && yarn workspace desktop clean && yarn workspace rust-node-addon clean && yarn workspace electron-update-server clean && rm -rf node_modules/",
"cleaninstall": "(killall flow || pkill flow || true) && yarn clean && yarn",
"ci-cleaninstall": "yarn cleaninstall --frozen-lockfile --skip-optional --network-timeout 180000",
- "eslint": "eslint .",
+ "eslint:all": "eslint .",
"eslint:fix": "eslint --fix .",
"clang-format-all": "eval `node scripts/get_clang_paths_cli.js` | xargs clang-format -i",
"rust-pre-commit": "./scripts/rust_pre_commit.sh",
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Dec 3, 12:43 PM (21 h, 3 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2611708
Default Alt Text
D10541.id35214.diff (2 KB)
Attached To
Mode
D10541: [RN72][skip-ci] Rename eslint NPM script to eslint:all
Attached
Detach File
Event Timeline
Log In to Comment