Fix issues with Repository synchronization tool (#124)

* Only run tests in build/sync if directory exists

* Use t.Helper()

* Don't compare size of directories

* Fix TestFileHistory

* Fix linter issue

* Apply changes from https://github.com/mattermost/mattermost-plugin-github/pull/345

* Use ts file for tests

* Add sync target
This commit is contained in:
Ben Schumacher 2020-09-15 18:32:37 +02:00 committed by GitHub
parent 0688e8df4c
commit dcaf9dd289
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 776 additions and 12 deletions

View file

@ -11,7 +11,7 @@ trim_trailing_whitespace = true
[*.go]
indent_style = tab
[*.{js,jsx,json,html}]
[*.{js,jsx,ts,tsx,json,html}]
indent_style = space
indent_size = 4