fix(rules): Code quality
Build & Test (NowChessSystems) TeamCity build finished

Fixed small problems
This commit is contained in:
LQ63
2026-04-21 19:32:38 +02:00
parent 5feb365899
commit c0e2a21688
3 changed files with 1 additions and 9 deletions
@@ -1,2 +0,0 @@
greeting:
message: "hello"
@@ -1,6 +0,0 @@
-- This file allow to write SQL commands that will be emitted in test and dev.
-- The commands are commented as their support depends of the database
-- insert into myentity (id, field) values(1, 'field-1');
-- insert into myentity (id, field) values(2, 'field-2');
-- insert into myentity (id, field) values(3, 'field-3');
-- alter sequence myentity_seq restart with 4;