Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 044f575

Browse files
committed
make naming check not build failure. (force exit success)
1 parent 612e7c2 commit 044f575

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

build/utplsql_style_check.sql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,5 @@ order by object_name, object_type, line, col
4646

4747
exec :errcnt := nvl('&errcnt_a',0) + nvl('&errcnt_l',0) + nvl('&errcnt_c',0);
4848

49-
quit :errcnt
49+
--quit :errcnt
50+
exit success

0 commit comments

Comments
 (0)