Exempt *_mock_for_test.go from style check

pull/1862/head
Eugene Kim 5 years ago
parent f3e268ab2b
commit 35bcb7566f
  1. 1
      scripts/list_harmony_go_files.sh

@ -6,4 +6,5 @@ exec git ls-files '*.go' | grep -v \
-e '/host_mock\.go' \
-e '/mock/[^/]*\.go' \
-e '/mock_[^/]*/[^/]*\.go' \
-e '_mock_for_test\.go' \
-e '/gen_[^/]*\.go'

Loading…
Cancel
Save