Merge pull request #94 from vtex-apps/remove-filter #95
qe-push.yml
on: push
QE
/
Security check
2s
QE
/
Lint Node.js
54s
QE
/
Test Node.js
0s
QE
/
Test React
0s
QE
/
E2E
0s
Annotations
1 error and 18 warnings
QE / Scan .Net
Process completed with exit code 1.
|
QE / Lint .Net:
dotnet/Models/CartSimulationResponse.cs#L329
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
QE / Lint .Net:
dotnet/Services/VtexAPIService.cs#L45
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
QE / Lint .Net:
dotnet/Services/VtexAPIService.cs#L46
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
QE / Lint .Net:
dotnet/Controlers/EventsController.cs#L31
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
QE / Lint .Net:
dotnet/Models/CartSimulationResponse.cs#L329
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
QE / Lint .Net:
dotnet/Services/VtexAPIService.cs#L45
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
QE / Lint .Net:
dotnet/Services/VtexAPIService.cs#L46
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
QE / Lint .Net:
dotnet/Controlers/EventsController.cs#L31
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
QE / Lint Node.js:
react/AvailabilityNotifier.tsx#L37
Unexpected any. Specify a different type
|
QE / Lint Node.js:
react/AvailabilityNotifier.tsx#L105
Unexpected any. Specify a different type
|
QE / Lint Node.js:
react/NotifyAdmin.tsx#L27
Unexpected any. Specify a different type
|
QE / Lint Node.js:
react/NotifyAdmin.tsx#L88
Unexpected any. Specify a different type
|
QE / Lint Node.js:
react/NotifyAdmin.tsx#L89
Unexpected any. Specify a different type
|
QE / Lint Node.js:
react/NotifyAdmin.tsx#L110
Unexpected any. Specify a different type
|
QE / Lint Node.js:
react/NotifyAdmin.tsx#L139
Unexpected any. Specify a different type
|
QE / Lint Node.js:
react/NotifyAdmin.tsx#L146
Unexpected any. Specify a different type
|
QE / Lint Node.js:
react/NotifyAdmin.tsx#L157
Unexpected any. Specify a different type
|
QE / Lint Node.js:
react/NotifyAdmin.tsx#L182
Unexpected any. Specify a different type
|