Skip to content

Commit c9c91a3

Browse files
alyssachvastacopybara-github
authored andcommitted
Update advanced runner to caculate agree/disagree rates based on SummaryStats defaults
GitOrigin-RevId: 6ce6fd4db7f33016b0cf9a7cfd267bdf160eb033
1 parent e15a1b5 commit c9c91a3

File tree

125 files changed

+41909
-7606
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

125 files changed

+41909
-7606
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/node_modules
22
/.eslintcache
3-
/.venv
3+
/.idea/
4+
__pycache__

api-server.Dockerfile

Lines changed: 0 additions & 24 deletions
This file was deleted.

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import prettier from "eslint-config-prettier";
44

55
export default [
66
{ files: ["**/*.{js,mjs,cjs,ts}"] },
7-
{ ignores: ["docs/"] },
7+
{ ignores: ["library/", "web-ui/", "api-server/"] },
88
{ languageOptions: { globals: globals.node } },
99
...tseslint.configs.recommended,
1010
prettier,

library/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/node_modules
2+
/.eslintcache
3+
/.venv

LICENSE renamed to library/LICENSE

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)