Skip to content

Commit

Permalink
sonar: ignore the block of test for bidi warnings (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
jedib0t committed Oct 28, 2023
1 parent 573bf90 commit 63a8784
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 0 additions & 8 deletions sonar-project.properties

This file was deleted.

2 changes: 2 additions & 0 deletions table/render_bidi_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import (
)

func TestTable_Render_BiDiText(t *testing.T) {
// sonar: ignore from here
table := Table{}
table.AppendHeader(Row{"תאריך", "סכום", "מחלקה", "תגים"})
table.AppendRow(Row{"2020-01-01", 5.0, "מחלקה1", []string{"תג1", "תג2"}})
Expand Down Expand Up @@ -49,4 +50,5 @@ func TestTable_Render_BiDiText(t *testing.T) {
‫+---+------------+------+--------+-----------+
‫| | ‫סהכ | ‫30 | | |
‫+---+------------+------+--------+-----------+`)
// sonar: ignore to here
}

0 comments on commit 63a8784

Please sign in to comment.