Skip to content

Commit a096768

Browse files
Merge remote-tracking branch 'upstream/develop' into coursebook-error-retry
2 parents fc4beef + 92381a3 commit a096768

35 files changed

Lines changed: 1514 additions & 717 deletions

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ deploy_log.sh
4343
.vscode/
4444
.firebase/
4545
/api-tools
46-
/qodana.yaml
4746

4847
# output data and logs
4948
data/

build.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ echo Performing checks...
2424
go mod tidy && ^
2525
go vet ./... && ^
2626
staticcheck ./... && ^
27-
gofmt -w ./.. && ^
28-
goimports -w ./..
27+
gofmt -w . && ^
28+
goimports -w .
2929
if ERRORLEVEL 1 exit /b %ERRORLEVEL% :: fail if error occurred
3030
echo Checks done!
3131
if %skip%==1 exit

0 commit comments

Comments
 (0)