Home
last modified time | relevance | path

Searched +full:eslint +full:- +full:config +full:- +full:google (Results 1 – 14 of 14) sorted by relevance

/external/flatbuffers/
DFormatters.md7 - Run the linter on the language you are working on before making a Pull Request.
8 - DONT format/lint the generated code.
14-format` as it's formatter. Run the following script `sh scripts/clang-format-git.sh`, and it shou…
18 …kwood/SwiftFormat/blob/master/README.md#how-do-i-install-it). Run the following command `swiftform…
22eslint as it's linter. Take a look at [how to install here](https://eslint.org/docs/user-guide/get…
Dyarn.lock5 "@babel/code-frame@7.12.11":
7 …resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.11.tgz#f4ad435aa263db93…
8 …integrity sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH…
12 "@babel/helper-validator-identifier@^7.16.7":
14 …solved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identif…
15 …integrity sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/…
19 …resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.16.10.tgz#744f2eb81579d6eea7…
20 …integrity sha512-5FnTQLSLswEj6IkgVw5KusNUUFY9ZGqe/TRFnP/BKYHYgfh7tc+C7mwiy95/yNP7Dh9x580Vv8r7u7ZfT…
22 "@babel/helper-validator-identifier" "^7.16.7"
24 js-tokens "^4.0.0"
[all …]
/external/perfetto/ui/
Dpackage.json2 "name": "perfetto-webui",
8 "license": "Apache-2.0",
15 "@codemirror/theme-one-dark": "^6.1.2",
20 "@types/color-convert": "^1.9.0",
27 "@types/w3c-web-usb": "^1.0.6",
30 "color-convert": "^2.0.1",
32 "devtools-protocol": "0.0.1159816",
37 "jsbn-rsa": "^1.0.4",
39 "noice-json-rpc": "^1.2.0",
42 "protobufjs-cli": "^1.1.2",
[all …]
Dpnpm-lock.yaml23 '@codemirror/theme-one-dark':
38 '@types/color-convert':
59 '@types/w3c-web-usb':
68 color-convert:
74 devtools-protocol:
89 jsbn-rsa:
95 noice-json-rpc:
104 protobufjs-cli:
119 vega-lite:
124 '@rollup/plugin-commonjs':
[all …]
/external/pigweed/
Dpackage.json4 "description": "An open source collection of embedded-targeted libraries",
6 "license": "Apache-2.0",
18 … "log-viewer-setup": "cd pw_web/log-viewer && npm install --quiet --no-progress --loglevel=error",
19 "prebuild": "rimraf dist && npm run build-protos",
20 "build-protos": "ts-node -P tsconfig.json ts/buildprotos.ts",
22 "dev": "rollup -c -w",
23 "rollup": "rollup -c && npm run postbuild",
25 "start": "tsc-watch --onSuccess \"rollup -c\"",
28 "test": "npm run build && jest --silent",
32 "@grpc/grpc-js": "^1.3.7",
[all …]
Dpackage-lock.json10 "license": "Apache-2.0",
12 "@protobuf-ts/protoc": "^2.7.0",
14 "google-protobuf": "^3.17.3",
17 "rollup-plugin-postcss": "^4.0.2",
18 "ts-protoc-gen": "^0.15.0"
24 "@grpc/grpc-js": "^1.3.7",
25 "@material-ui/core": "^4.12.1",
26 "@material-ui/lab": "^4.0.0-alpha.60",
27 "@rollup/plugin-commonjs": "^19.0.0",
28 "@rollup/plugin-node-resolve": "^13.3.0",
[all …]
/external/perfetto/ui/src/frontend/
Danalytics.ts7 // http://www.apache.org/licenses/LICENSE-2.0
23 const ANALYTICS_ID = 'G-BD89KT2P3C';
24 const PAGE_TITLE = 'no-page-title';
47 // - If present: the referrer argument if present
48 // - document.referrer
55 // Unclear if GA discards non-URL referrers. Lets try faking
57 const name = referrer.replaceAll('_', '-');
83 // eslint-disable-next-line @typescript-eslint/no-explicit-any
110 // The code below is taken from the official Google Analytics docs [1] and
115 // [1] https://developers.google.com/analytics/devguides/collection/gtagjs .
[all …]
/external/chromium-trace/catapult/common/node_runner/node_runner/
Dpackage.json7 "url": "https://github.com/catapult-project/catapult/tree/master/catapult_base"
11 "test": "cd ../../../dashboard/dashboard/spa && karma start --coverage --no-colors"
14 "license": "BSD-2-Clause",
18 "dot-prop-immutable": "1.5.0",
19 "@chopsui/result-channel": "0.1.0",
20 "@chopsui/batch-iterator": "0.1.0",
21 "@chopsui/chops-button": "0.1.11",
22 "@chopsui/chops-checkbox": "0.1.11",
23 "@chopsui/chops-input": "0.1.11",
24 "@chopsui/chops-loading": "0.1.11",
[all …]
/external/pigweed/pw_web/webconsole/
Dpackage-lock.json12 "@codemirror/lang-javascript": "^6.0.2",
14 "@codemirror/theme-one-dark": "^6.0.0",
20 "object-path": "^0.11.8",
23 "react-dom": "18.2.0",
24 "react-virtualized": "^9.22.3",
25 "react-virtualized-auto-sizer": "^1.0.6",
26 "react-window": "^1.8.7",
28 "xterm-addon-fit": "^0.5.0"
33 "@types/react-dom": "18.0.6",
34 "@types/react-virtualized": "^9.21.21",
[all …]
/external/perfetto/
DPRESUBMIT.py7 # http://www.apache.org/licenses/LICENSE-2.0
29 runtime = end - start
54 "^ui/.*\.[jt]s$", # TS/JS handled by eslint
68 # TS/JS handled by eslint
115 if subprocess.call([tool, '--check-only']):
142 if subprocess.call([tool, '--check-only']):
163 if subprocess.call([tool, '--check-only']):
190 'strncpy does not null-terminate if src > dst. Use base::StringCopy'),
199 'See https://github.com/google/perfetto/issues/146'),
221 'Use GetTriggerMode(session->config) rather than .trigger_config()'),
[all …]
DCHANGELOG14 v46.0 - 2024-06-13:
27 * Added plugin for synchronizing two instances of the UI - search for
35 https://perfetto.dev/docs/instrumentation/track-events#dynamic-event-names
39 v45.0 - 2024-05-09:
58 * Remove arg auto-completion in pivot table.
60 * Fix counter event selection off-by-one error.
70 https://perfetto.dev/docs/instrumentation/track-events#dynamic-event-names
74 v44.0 - 2024-04-10:
79 * Per-cpu scheduling tracks now distinguish real-time priority threads with
80 a hatched pattern and name prefix. Based on priority during switch-in.
[all …]
/external/chromium-trace/catapult/third_party/polymer/components/shadycss/
Dpackage-lock.json7 "@babel/code-frame": {
9 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.0.0.tgz",
10 …"integrity": "sha512-OfC2uemaknXr87bdLUkWog7nYuliM9Ij5HUcajsVcMCpQrcLmtxRbVFTIqmcSkSeYRBFBRxs2FiUq…
18 "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.1.2.tgz",
19 …"integrity": "sha512-IFeSSnjXdhDaoysIlev//UzHZbdEmm7D0EIH2qtse9xK7mXEZQpYjs2P00XlP1qYsYvid79p+Zgg6…
22 "@babel/code-frame": "^7.0.0",
29 "convert-source-map": "^1.1.0",
35 "source-map": "^0.5.0"
40 "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.1.3.tgz",
41 …"integrity": "sha512-ZoCZGcfIJFJuZBqxcY9OjC1KW2lWK64qrX1o4UYL3yshVhwKFYgzpWZ0vvtGMNJdTlvkw0W+HR1Vn…
[all …]
/external/pigweed/pw_presubmit/py/pw_presubmit/
Dpigweed_presubmit.py9 # https://www.apache.org/licenses/LICENSE-2.0
91 """Add Pigweed-specific defaults to GnGenNinja."""
94 """Add project-specific default GN args to 'args'."""
98 def build_bazel(*args, **kwargs) -> None:
122 # TODO: b/234876100 - msan will not work until the C++ standard library
126 # clang-tidy doesn't run on Windows.
132 # TODO: b/244604080 - For the pw::InlineString tests, qemu_clang_debug
138 # TODO: b/240982565 - SocketStream currently requires Linux.
156 def _gn_combined_build_check_targets() -> Sequence[str]:
166 # TODO: b/315998985 - Add docs back to Mac ARM build.
[all …]
/external/pigweed/docs/
Dchangelog.rst3 .. _docs-changelog:
9 --------------------------------
11 --------------------------------
12 .. pigweed-live::
14 .. _docs-changelog-latest:
16 ------------
18 ------------
23 * **Clock management**: The new :ref:`module-pw_clock_tree` module manages
26 * **GitHub Actions**: The new :ref:`docs-github` guide shows you
27 how to set up GitHub Actions to build and test a Bazel-based Pigweed
[all …]