terraform-provider-docker/docker
Shunsuke Suzuki 554797dfd9
chore: introduces golangci-lint (#32)
* refactor: fix code with golangci-lint
* ci: configure golangci-lint
* Closes #13
2020-12-20 11:04:51 +01:00
..
config.go chore: introduces golangci-lint (#32) 2020-12-20 11:04:51 +01:00
data_source_docker_network.go chore: introduces golangci-lint (#32) 2020-12-20 11:04:51 +01:00
data_source_docker_network_test.go style: format with gofumpt 2020-12-12 19:26:11 +09:00
data_source_docker_registry_image.go style: format with gofumpt 2020-12-12 19:26:11 +09:00
data_source_docker_registry_image_test.go Move to standalone plugin SDK (#200) 2019-10-09 20:25:38 +02:00
label.go style: format with gofumpt 2020-12-12 19:26:11 +09:00
label_migration.go fix: panic to migrate schema of docker_container from v1 to v2 (#271). Closes #264 2020-08-02 18:25:44 +02:00
label_migration_test.go style: format with gofumpt 2020-12-12 19:26:11 +09:00
provider.go Merge branch 'bugfix/support_missing_auth_in_provider' of git://github.com/edgarpoce/terraform-provider-docker into edgarpoce-bugfix/support_missing_auth_in_provider 2020-10-08 20:06:03 +02:00
provider_test.go style: format with gofumpt 2020-12-12 19:26:11 +09:00
resource_docker_config.go style: format with gofumpt 2020-12-12 19:26:11 +09:00
resource_docker_config_test.go style: format with gofumpt 2020-12-12 19:26:11 +09:00
resource_docker_container.go style: format with gofumpt 2020-12-12 19:26:11 +09:00
resource_docker_container_funcs.go chore: introduces golangci-lint (#32) 2020-12-20 11:04:51 +01:00
resource_docker_container_migrate.go chore: introduces golangci-lint (#32) 2020-12-20 11:04:51 +01:00
resource_docker_container_test.go chore: introduces golangci-lint (#32) 2020-12-20 11:04:51 +01:00
resource_docker_container_v1.go style: format with gofumpt 2020-12-12 19:26:11 +09:00
resource_docker_image.go feat: adds docker Image build feature (#283) 2020-10-07 20:06:13 +02:00
resource_docker_image_funcs.go chore: introduces golangci-lint (#32) 2020-12-20 11:04:51 +01:00
resource_docker_image_test.go chore: introduces golangci-lint (#32) 2020-12-20 11:04:51 +01:00
resource_docker_network.go chore: introduces golangci-lint (#32) 2020-12-20 11:04:51 +01:00
resource_docker_network_funcs.go chore: introduces golangci-lint (#32) 2020-12-20 11:04:51 +01:00
resource_docker_network_test.go chore: introduces golangci-lint (#32) 2020-12-20 11:04:51 +01:00
resource_docker_registry_image.go style: format with gofumpt 2020-12-12 19:26:11 +09:00
resource_docker_registry_image_funcs.go chore: introduces golangci-lint (#32) 2020-12-20 11:04:51 +01:00
resource_docker_registry_image_funcs_test.go style: format with gofumpt 2020-12-12 19:26:11 +09:00
resource_docker_secret.go style: format with gofumpt 2020-12-12 19:26:11 +09:00
resource_docker_secret_test.go style: format with gofumpt 2020-12-12 19:26:11 +09:00
resource_docker_service.go style: format with gofumpt 2020-12-12 19:26:11 +09:00
resource_docker_service_funcs.go chore: introduces golangci-lint (#32) 2020-12-20 11:04:51 +01:00
resource_docker_service_test.go chore: introduces golangci-lint (#32) 2020-12-20 11:04:51 +01:00
resource_docker_volume.go style: format with gofumpt 2020-12-12 19:26:11 +09:00
resource_docker_volume_test.go chore: introduces golangci-lint (#32) 2020-12-20 11:04:51 +01:00
structures_service.go chore: introduces golangci-lint (#32) 2020-12-20 11:04:51 +01:00
validators.go chore: introduces golangci-lint (#32) 2020-12-20 11:04:51 +01:00
validators_test.go style: format with gofumpt 2020-12-12 19:26:11 +09:00