Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1 of Predictive modeling page #98

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Created version 1 of the value-modeling page which is used to create …

ea8637c
Select commit
Loading
Failed to load commit list.
Open

v1 of Predictive modeling page #98

Created version 1 of the value-modeling page which is used to create …
ea8637c
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / ESLint failed Dec 26, 2024 in 3s

8 new alerts including 8 errors

New alerts in code changed by this pull request

  • 8 errors

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 188 in frontend/src/app/main/copilot/value-modeling/value-modeling.component.ts

See this annotation in the file changed.

Code scanning / ESLint

Disallow empty functions Error

Unexpected empty arrow function.

Check failure on line 245 in frontend/src/app/main/copilot/value-modeling/value-modeling.component.ts

See this annotation in the file changed.

Code scanning / ESLint

Require or disallow the `Record` type Error

A record is preferred over an index signature.

Check failure on line 246 in frontend/src/app/main/copilot/value-modeling/value-modeling.component.ts

See this annotation in the file changed.

Code scanning / ESLint

Require or disallow the `Record` type Error

A record is preferred over an index signature.

Check failure on line 248 in frontend/src/app/main/copilot/value-modeling/value-modeling.component.ts

See this annotation in the file changed.

Code scanning / ESLint

Disallow calling some `Object.prototype` methods directly on objects Error

Do not access Object.prototype method 'hasOwnProperty' from target object.

Check failure on line 256 in frontend/src/app/main/copilot/value-modeling/value-modeling.component.ts

See this annotation in the file changed.

Code scanning / ESLint

Require or disallow the `Record` type Error

A record is preferred over an index signature.

Check failure on line 273 in frontend/src/app/main/copilot/value-modeling/value-modeling.component.ts

See this annotation in the file changed.

Code scanning / ESLint

Disallow calling some `Object.prototype` methods directly on objects Error

Do not access Object.prototype method 'hasOwnProperty' from target object.

Check failure on line 4 in frontend/src/app/shared/directives/thousand-separator.directive.ts

See this annotation in the file changed.

Code scanning / ESLint

Directive selectors should follow given naming rules. See more at https://angular.dev/style-guide#style-02-06 and https://angular.dev/style-guide#style-02-08. Error

The selector should start with one of these prefixes: "app" (https://angular.dev/style-guide#style-02-08)

Check failure on line 7 in frontend/src/app/shared/directives/thousand-separator.directive.ts

See this annotation in the file changed.

Code scanning / ESLint

Disallow explicit type declarations for variables or parameters initialized to a number, string, or boolean Error

Type RegExp trivially inferred from a RegExp literal, remove type annotation.