Skip to content

Commit 780a024

Browse files
committed
🚨 Linting
1 parent 7449a10 commit 780a024

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dangerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ warn("PR is classed as Work in Progress") if github.pr_title.include?("[WIP]")
1111
warn("Big PR") if git.lines_of_code > 500
1212

1313
# Don't let testing shortcuts get into main by accident
14-
raise("fdescribe left in tests") if `grep -r fdescribe specs/`.length > 1
15-
raise("fit left in tests") if `grep -r fit specs/`.length > 1
14+
raise("fdescribe left in tests") if %x(grep -r fdescribe specs/).length > 1
15+
raise("fit left in tests") if %x(grep -r fit specs/).length > 1

0 commit comments

Comments
 (0)