Skip to content
Codacy Production / Codacy Static Code Analysis required action Nov 12, 2023 in 0s

5 new issues (0 max.) of at least medium severity.

Codacy Here is an overview of what got changed by this pull request:

Issues
======
+ Solved 1
- Added 5
           

See the complete overview on Codacy

Annotations

Check failure on line 1 in server/main-api/migrations/20230323144107_create_calendar.down.sql

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

server/main-api/migrations/20230323144107_create_calendar.down.sql#L1

Expected SET ANSI_NULLS ON near top of file

Check failure on line 1 in server/main-api/migrations/20230323144107_create_calendar.down.sql

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

server/main-api/migrations/20230323144107_create_calendar.down.sql#L1

Expected SET NOCOUNT ON near top of file

Check failure on line 1 in server/main-api/migrations/20230323144107_create_calendar.down.sql

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

server/main-api/migrations/20230323144107_create_calendar.down.sql#L1

Expected SET QUOTED_IDENTIFIER ON near top of file

Check failure on line 1 in server/main-api/migrations/20230323144107_create_calendar.down.sql

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

server/main-api/migrations/20230323144107_create_calendar.down.sql#L1

Expected SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED near top of file

Check warning on line 26 in server/main-api/migrations/20230323144107_create_calendar.up.sql

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

server/main-api/migrations/20230323144107_create_calendar.up.sql#L26

Expected TSQL Keyword to be capitalized