Preparing report...

Report for github.com/g14a/tf

A    Great!    Found 37 issues across 43 files

Tweet

gofmt100%

Gofmt formats Go programs. We run gofmt -s on your code, where -s is for the "simplify" command

No problems detected. Good job!


go_vet100%

go vet examines Go source code and reports suspicious constructs, such as Printf calls whose arguments do not align with the format string.

No problems detected. Good job!


gocyclo93%

Gocyclo calculates cyclomatic complexities of functions in Go source code. The cyclomatic complexity of a function is calculated according to the following rules: 1 is the base complexity of a function +1 for each 'if', 'for', 'case', '&&' or '||' Go Report Card warns on functions with cyclomatic complexity > 15.


golint16%

Golint is a linter for Go source code.

    • tf/terraform/aws/resourceprompts/aws_lambda_prompts.go
    • Line 13: warning: exported function AWSLambdaAliasPrompt should have comment or be unexported (golint)
    • Line 52: warning: exported function AWSLambdaCodeSigningConfigPrompt should have comment or be unexported (golint)
    • Line 109: warning: exported function AWSLambdaEventSourceMappingPrompt should have comment or be unexported (golint)
    • Line 205: warning: exported function AWSLambdaFunctionPrompt should have comment or be unexported (golint)
    • Line 405: warning: exported function AWSLambdaFunctionEventInvokeConfigPrompt should have comment or be unexported (golint)
    • Line 487: warning: exported function AWSLambdaLayerVersionPrompt should have comment or be unexported (golint)
    • Line 552: warning: exported function AWSLambdaPermissionPrompt should have comment or be unexported (golint)
    • Line 625: warning: exported function AWSLambdaProvisionedConcurrencyConfigPrompt should have comment or be unexported (golint)
    • tf/terraform/aws/resourceprompts/aws_vpc_prompts.go
    • Line 13: warning: exported function AWSCustomerGatewayPrompt should have comment or be unexported (golint)
    • Line 56: warning: exported function AWSDefaultNetworkACLPrompt should have comment or be unexported (golint)
    • Line 170: warning: exported function AWSDefaultRouteTablePrompt should have comment or be unexported (golint)
    • Line 276: warning: exported function AWSVPCPrompt should have comment or be unexported (golint)
    • Line 344: warning: exported function AWSDefaultSecurityGroupPrompt should have comment or be unexported (golint)
    • Line 452: warning: exported function AWSDefaultSubnetPrompt should have comment or be unexported (golint)
    • Line 487: warning: exported function AWSDefaultVPCPrompt should have comment or be unexported (golint)
    • Line 532: warning: exported function AWSDefaultVPCDHCPOptionsPrompt should have comment or be unexported (golint)
    • Line 569: warning: exported function AWSEC2ManagedPrefixListPrompt should have comment or be unexported (golint)
    • Line 646: warning: exported function AWSEgressOnlyInternetGatewayPrompt should have comment or be unexported (golint)
    • Line 676: warning: exported function AWSFlowLogPrompt should have comment or be unexported (golint)
    • Line 747: warning: exported function AWSInternetGatewayPrompt should have comment or be unexported (golint)
    • Line 777: warning: exported function AWSMainRouteTableAssociationPrompt should have comment or be unexported (golint)
    • Line 806: warning: exported function AWSNatGatewayPrompt should have comment or be unexported (golint)
    • Line 841: warning: exported function AWSNetworkACLPrompt should have comment or be unexported (golint)
    • Line 957: warning: exported function AWSNetworkACLRulePrompt should have comment or be unexported (golint)
    • Line 1038: warning: exported function AWSNetworkInterfacePrompt should have comment or be unexported (golint)
    • Line 1144: warning: exported function AWSNetworkInterfaceAttachmentPrompt should have comment or be unexported (golint)
    • Line 1179: warning: exported function AWSNetworkInterfaceSGAttachmentPrompt should have comment or be unexported (golint)
    • Line 1208: warning: exported function AWSRoutePrompt should have comment or be unexported (golint)
    • Line 1287: warning: exported function AWSRouteTablePrompt should have comment or be unexported (golint)
    • Line 1401: warning: exported function AWSRouteTableAssociationPrompt should have comment or be unexported (golint)
    • Line 1435: warning: exported function AWSSecurityGroupPrompt should have comment or be unexported (golint)
    • Line 1578: warning: exported function AWSSecurityGroupRulePrompt should have comment or be unexported (golint)
    • Line 1660: warning: exported function AWSSubnetPrompt should have comment or be unexported (golint)
    • Line 1728: warning: exported function AWSVPCDHCPOptionsPrompt should have comment or be unexported (golint)
    • Line 1778: warning: exported function AWSVPCDHCPOptionsAssociationPrompt should have comment or be unexported (golint)
    • Line 1807: warning: exported function AWSVPCEndpointPrompt should have comment or be unexported (golint)
    • Line 1907: warning: exported function AWSVPCEndpointConnectionNotificationPrompt should have comment or be unexported (golint)
    • Line 1948: warning: exported function AWSVPCEndpointRouteTableAssociationPrompt should have comment or be unexported (golint)
    • Line 1977: warning: exported function AWSVPCEndpointServicePrompt should have comment or be unexported (golint)
    • Line 2027: warning: exported function AWSCallerIdentityPrompt should have comment or be unexported (golint)
    • Line 2056: warning: exported function AWSVPCEndpointSubnetAssociationPrompt should have comment or be unexported (golint)
    • Line 2100: warning: exported function AWSVPCIPV4CIDRBlockAssociationPrompt should have comment or be unexported (golint)
    • Line 2160: warning: exported function AWSVPCPeeringConnectionPrompt should have comment or be unexported (golint)
    • Line 2293: warning: exported function AWSVPCPeeringConnectionAccepterPrompt should have comment or be unexported (golint)
    • Line 2329: warning: exported function AWSVPCPeeringConnectionOptionsPrompt should have comment or be unexported (golint)
    • Line 2413: warning: exported function AWSVPCConnectionPrompt should have comment or be unexported (golint)
    • Line 2455: warning: exported function AWSVPNConnectionRoutePrompt should have comment or be unexported (golint)
    • Line 2484: warning: exported function AWSVPNGatewayPrompt should have comment or be unexported (golint)
    • Line 2525: warning: exported function AWSVPNGatewayAttachmentPrompt should have comment or be unexported (golint)
    • Line 2554: warning: exported function AWSVPNGatewayRoutePropagationPrompt should have comment or be unexported (golint)
    • tf/terraform/provider_select.go
    • Line 37: warning: exported function ProvidersPrompt should have comment or be unexported (golint)
    • Line 65: warning: exported function SelectProviderTree should have comment or be unexported (golint)
    • tf/boilerplate/aws/resourcebps/aws_api_gateway_bp.go
    • Line 5: warning: exported function AWSAPIGatewayAccountBP should have comment or be unexported (golint)
    • Line 10: warning: exported function AWSAPIGatewayAPIKeyBP should have comment or be unexported (golint)
    • Line 15: warning: exported function AWSAPIGatewayAuthorizerBP should have comment or be unexported (golint)
    • tf/terraform/aws/resourceprompts/aws_ec2_prompts.go
    • Line 12: warning: exported function AWSAMIPrompt should have comment or be unexported (golint)
    • Line 230: warning: exported function AWSAMICopyPrompt should have comment or be unexported (golint)
    • Line 312: warning: exported function AWSAMIFromInstancePrompt should have comment or be unexported (golint)
    • Line 398: warning: exported function AWSAMILaunchPermissionPrompt should have comment or be unexported (golint)
    • Line 427: warning: exported function AWSEBSDefaultKMSKeyPrompt should have comment or be unexported (golint)
    • Line 455: warning: exported function AWSEBSEncryptionByDefaultPrompt should have comment or be unexported (golint)
    • Line 481: warning: exported function AWSEBSSnapshotPrompt should have comment or be unexported (golint)
    • Line 535: warning: exported function AWSEBSSnapshotCopyPrompt should have comment or be unexported (golint)
    • Line 586: warning: exported function AWSEBSVolumePrompt should have comment or be unexported (golint)
    • Line 664: warning: exported function AWSEC2AvailabilityZoneGroupPrompt should have comment or be unexported (golint)
    • Line 694: warning: exported function AWSEC2CapacityReservationPrompt should have comment or be unexported (golint)
    • Line 776: warning: exported function AWSEC2CarrierGatewayPrompt should have comment or be unexported (golint)
    • Line 807: warning: exported function AWSEC2ClientVPNAuthorizationRulePrompt should have comment or be unexported (golint)
    • Line 852: warning: exported function AWSEC2ClientVPNEndpointPrompt should have comment or be unexported (golint)
    • Line 964: warning: exported function AWSEC2ClientVPNNetworkAssociationPrompt should have comment or be unexported (golint)
    • Line 998: warning: exported function AWSEC2ClientVPNRoutePrompt should have comment or be unexported (golint)
    • Line 1037: warning: exported function AWSEC2FleetPrompt should have comment or be unexported (golint)
    • Line 1244: warning: exported function AWSEC2LocalGatewayRoutePrompt should have comment or be unexported (golint)
    • Line 1287: warning: exported function AWSEC2LocalGatewayRouteTableVPCAssociationPrompt should have comment or be unexported (golint)
    • Line 1332: warning: exported function AWSEC2TagPrompt should have comment or be unexported (golint)
    • Line 1380: warning: exported function AWSEC2TrafficMirrorFilterPrompt should have comment or be unexported (golint)
    • Line 1430: warning: exported function AWSEC2TrafficMirrorFilterRulePrompt should have comment or be unexported (golint)
    • Line 1572: warning: exported function AWSEC2TrafficMirrorSessionPrompt should have comment or be unexported (golint)
    • Line 1665: warning: exported function AWSEC2TrafficMirrorTargetPrompt should have comment or be unexported (golint)
    • Line 1720: warning: exported function AWSEC2TransitGatewayPrompt should have comment or be unexported (golint)
    • Line 1804: warning: exported function AWSEC2TransitGatewayPeeringAttachmentPrompt should have comment or be unexported (golint)
    • Line 1865: warning: exported function AWSEC2TransitGatewayPeeringAttachmentAccepterPrompt should have comment or be unexported (golint)
    • Line 1901: warning: exported function AWSEC2TransitGatewayRoutePrompt should have comment or be unexported (golint)
    • Line 1953: warning: exported function AWSEC2TransitGatewayRouteTablePrompt should have comment or be unexported (golint)
    • Line 1990: warning: exported function AWSEC2TransitGatewayRouteTableAssociationPrompt should have comment or be unexported (golint)
    • Line 2026: warning: exported function AWSEC2TransitGatewayRouteTablePropagationPrompt should have comment or be unexported (golint)
    • Line 2061: warning: exported function AWSEC2TransitGatewayVPCAttachmentPrompt should have comment or be unexported (golint)
    • Line 2163: warning: exported function AWSEC2TransitGatewayVPCAttachmentAccepterPrompt should have comment or be unexported (golint)
    • Line 2217: warning: exported function AWSEIPPrompt should have comment or be unexported (golint)
    • Line 2312: warning: exported function AWSEIPAssociationPrompt should have comment or be unexported (golint)
    • Line 2390: warning: exported function AWSInstancePrompt should have comment or be unexported (golint)
    • Line 2555: warning: exported function AWSKeyPairPrompt should have comment or be unexported (golint)
    • Line 2609: warning: exported function AWSPlacementGroupPrompt should have comment or be unexported (golint)
    • Line 2656: warning: exported function AWSSnapshotCreateVolumePermissionPrompt should have comment or be unexported (golint)
    • Line 2693: warning: exported function AWSSpotDatafeedSubscriptionPrompt should have comment or be unexported (golint)
    • Line 2730: warning: exported function AWSSpotFleetRequestPrompt should have comment or be unexported (golint)
    • Line 3015: warning: exported function AWSSpotInstanceRequestPrompt should have comment or be unexported (golint)
    • tf/types/prompt_types.go
    • Line 42: warning: exported type Schema should have comment or be unexported (golint)
    • Line 51: warning: exported function ProvidePS should have comment or be unexported (golint)
    • tf/terraform/aws/resourceprompts/aws_rds_prompts.go
    • Line 13: warning: exported function AWSDBInstancePrompt should have comment or be unexported (golint)
    • Line 130: warning: exported function AWSDBClusterSnapshotPrompt should have comment or be unexported (golint)
    • Line 175: warning: exported function AWSDBEventSubscriptionPrompt should have comment or be unexported (golint)
    • Line 298: warning: exported function AWSDBInstanceRoleAssociationPrompt should have comment or be unexported (golint)
    • Line 346: warning: exported function AWSDBOptionGroupPrompt should have comment or be unexported (golint)
    • Line 486: warning: exported function AWSDBParameterGroupPrompt should have comment or be unexported (golint)
    • Line 594: warning: exported function AWSDbProxyPrompt should have comment or be unexported (golint)
    • Line 774: warning: exported function AWSDBProxyDefaultTargetGroupPrompt should have comment or be unexported (golint)
    • Line 866: warning: exported function AWSDBProxyTargetPrompt should have comment or be unexported (golint)
    • Line 922: warning: exported function AWSDBSecurityGroupPrompt should have comment or be unexported (golint)
    • Line 1010: warning: exported function AWSDBSnapshotPrompt should have comment or be unexported (golint)
    • Line 1056: warning: exported function AWSDBSubnetGroupPrompt should have comment or be unexported (golint)
    • tf/terraform/aws/resourceprompts/aws_s3_prompts.go
    • Line 13: warning: exported function AWSS3AccessPointPrompt should have comment or be unexported (golint)
    • Line 122: warning: exported function AWSS3AccountPublicAccessBlockPrompt should have comment or be unexported (golint)
    • Line 184: warning: exported function AWSS3BucketPrompt should have comment or be unexported (golint)
    • Line 342: warning: exported function AWSS3BucketAnalyticsConfigurationPrompt should have comment or be unexported (golint)
    • Line 377: warning: exported function AWSS3BucketMetricPrompt should have comment or be unexported (golint)
    • Line 444: warning: exported function AWSS3BucketNotificationPrompt should have comment or be unexported (golint)
    • Line 632: warning: exported function AWSS3BucketObjectPrompt should have comment or be unexported (golint)
    • Line 847: warning: exported function AWSS3BucketOwnershipControlsPrompt should have comment or be unexported (golint)
    • Line 903: warning: exported function AWSS3BucketPublicAccessBlockPrompt should have comment or be unexported (golint)
    • tf/terraform/aws/resourceprompts/aws_api_gatewayv2_prompts.go
    • Line 12: warning: exported function AWSAPIGatewayV2APIPrompt should have comment or be unexported (golint)
    • Line 120: warning: exported function AWSAPIGatewayV2APIMappingPrompt should have comment or be unexported (golint)
    • Line 156: warning: exported function AWSAPIGatewayV2AuthorizerPrompt should have comment or be unexported (golint)
    • Line 249: warning: exported function AWSAPIGatewayV2DeploymentPrompt should have comment or be unexported (golint)
    • Line 294: warning: exported function AWSAPIGatewayV2DomainNamePrompt should have comment or be unexported (golint)
    • Line 386: warning: exported function AWSAPIGatewayV2IntegrationPrompt should have comment or be unexported (golint)
    • Line 503: warning: exported function AWSAPIGatewayV2IntegrationResponsePrompt should have comment or be unexported (golint)
    • Line 548: warning: exported function AWSAPIGatewayV2ModelPrompt should have comment or be unexported (golint)
    • Line 588: warning: exported function AWSAPIGatewayV2RoutePrompt should have comment or be unexported (golint)
    • Line 657: warning: exported function AWSAPIGatewayV2RouteResponsePrompt should have comment or be unexported (golint)
    • Line 698: warning: exported function AWSAPIGatewayV2StagePrompt should have comment or be unexported (golint)
    • Line 823: warning: exported function AWSAPIGatewayV2VPCLinkPrompt should have comment or be unexported (golint)
    • tf/boilerplate/aws/resourcebps/aws_vpc_bp.go
    • Line 5: warning: exported function AWSVPCBP should have comment or be unexported (golint)
    • Line 10: warning: exported function AWSCustomerGatewayBP should have comment or be unexported (golint)
    • Line 15: warning: exported function AWSDefaultNetworkACLBP should have comment or be unexported (golint)
    • Line 20: warning: exported function AWSDefaultRouteTableBP should have comment or be unexported (golint)
    • Line 25: warning: exported function AWSDefaultSecurityGroupBP should have comment or be unexported (golint)
    • Line 30: warning: exported function AWSDefaultSubnetBP should have comment or be unexported (golint)
    • Line 35: warning: exported function AWSDefaultVPCBP should have comment or be unexported (golint)
    • Line 40: warning: exported function AWSDefaultVPCDHCPOptionsBP should have comment or be unexported (golint)
    • Line 45: warning: exported function AWSEC2ManagedPrefixListBP should have comment or be unexported (golint)
    • Line 50: warning: exported function AWSEgressOnlyInternetGatewayBP should have comment or be unexported (golint)
    • Line 55: warning: exported function AWSFlowLogBP should have comment or be unexported (golint)
    • Line 60: warning: exported function AWSInternetGatewayBP should have comment or be unexported (golint)
    • Line 65: warning: exported function AWSMainRouteTableAssociationBP should have comment or be unexported (golint)
    • Line 70: warning: exported function AWSNatGatewayBP should have comment or be unexported (golint)
    • Line 75: warning: exported function AWSNetworkACLBP should have comment or be unexported (golint)
    • Line 80: warning: exported function AWSNetworkACLRuleBP should have comment or be unexported (golint)
    • Line 85: warning: exported function AWSNetworkInterfaceBP should have comment or be unexported (golint)
    • Line 90: warning: exported function AWSNetworkInterfaceAttachmentBP should have comment or be unexported (golint)
    • Line 95: warning: exported function AWSNetworkInterfaceSGAttachmentBP should have comment or be unexported (golint)
    • Line 100: warning: exported function AWSRouteBP should have comment or be unexported (golint)
    • Line 105: warning: exported function AWSRouteTableBP should have comment or be unexported (golint)
    • Line 110: warning: exported function AWSRouteTableAssociationBP should have comment or be unexported (golint)
    • Line 115: warning: exported function AWSSecurityGroupBP should have comment or be unexported (golint)
    • Line 120: warning: exported function AWSSecurityGroupRuleBP should have comment or be unexported (golint)
    • Line 125: warning: exported function AWSSubnetBP should have comment or be unexported (golint)
    • Line 130: warning: exported function AWSVPCDHCPOptionsBP should have comment or be unexported (golint)
    • Line 135: warning: exported function AWSVPCDHCPOptionsAssociationBP should have comment or be unexported (golint)
    • Line 140: warning: exported function AWSVPCEndpointBP should have comment or be unexported (golint)
    • Line 145: warning: exported function AWSVPCEndpointConnectionNotificationBP should have comment or be unexported (golint)
    • Line 150: warning: exported function AWSVPCEndpointRouteTableAssociationBP should have comment or be unexported (golint)
    • Line 155: warning: exported function AWSVPCEndpointServiceBP should have comment or be unexported (golint)
    • Line 160: warning: exported function AWSVPCEndpointServiceAllowedPrincipalBP should have comment or be unexported (golint)
    • Line 165: warning: exported function AWSVPCEndpointSubnetAssociationBP should have comment or be unexported (golint)
    • Line 170: warning: exported function AWSVPCIPV4CIDRBlockAssociationBP should have comment or be unexported (golint)
    • Line 175: warning: exported function AWSVPCPeeringConnectionBP should have comment or be unexported (golint)
    • Line 180: warning: exported function AWSVPCPeeringConnectionAccepterBP should have comment or be unexported (golint)
    • Line 185: warning: exported function AWSVPCPeeringConnectionOptionsBP should have comment or be unexported (golint)
    • Line 190: warning: exported function AWSVPNConnectionBP should have comment or be unexported (golint)
    • Line 195: warning: exported function AWSVPNConnectionRouteBP should have comment or be unexported (golint)
    • Line 200: warning: exported function AWSVPNGatewayBP should have comment or be unexported (golint)
    • Line 205: warning: exported function AWSVPNGatewayAttachmentBP should have comment or be unexported (golint)
    • Line 210: warning: exported function AWSVPNGatewayRoutePropagationBP should have comment or be unexported (golint)
    • tf/terraform/aws/regions.go
    • Line 12: warning: exported function GetRegions should have comment or be unexported (golint)
    • Line 21: warning: exported function RegionPrompt should have comment or be unexported (golint)
    • tf/terraform/aws/resourceprompts/acm_prompts.go
    • Line 14: warning: exported function AWSACMCertificatePrompt should have comment or be unexported (golint)
    • Line 102: warning: exported function AWSACMPCACertificateAuthorityPrompt should have comment or be unexported (golint)
    • Line 146: warning: exported function AWSACMCertificationValidationPrompt should have comment or be unexported (golint)
    • tf/terraform/google/regions.go
    • Line 9: warning: exported function GetRegions should have comment or be unexported (golint)
    • Line 31: warning: exported function GCPRegionPrompt should have comment or be unexported (golint)
    • tf/terraform/aws/resourceprompts/aws_elastic_beanstalk_prompts.go
    • Line 13: warning: exported function AWSElasticBeanstalkApplicationPrompt should have comment or be unexported (golint)
    • Line 104: warning: exported function AWSElasticBeanstalkApplicationVersionPrompt should have comment or be unexported (golint)
    • Line 184: warning: exported function AWSElasticBeanstalkConfigurationTemplatePrompt should have comment or be unexported (golint)
    • tf/terraform/aws/resourceprompts/aws_route53_prompts.go
    • Line 13: warning: exported function AWSRoute53DelegationSetPrompt should have comment or be unexported (golint)
    • Line 37: warning: exported function AWSRoute53HealthCheckPrompt should have comment or be unexported (golint)
    • Line 164: warning: exported function AWSRoute53QueryLogPrompt should have comment or be unexported (golint)
    • Line 193: warning: exported function AWSRoute53RecordPrompt should have comment or be unexported (golint)
    • Line 357: warning: exported function AWSRoute53VPCAssociationAuthorizationPrompt should have comment or be unexported (golint)
    • Line 391: warning: exported function AWSRoute53ZonePrompt should have comment or be unexported (golint)
    • Line 459: warning: exported function AWSRoute53ZoneAssociationPrompt should have comment or be unexported (golint)
    • tf/validators/validators.go
    • Line 49: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 72: warning: exported function MinMaxIntValidator should have comment or be unexported (golint)
    • Line 81: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 90: warning: exported function CIDRValidator should have comment or be unexported (golint)
    • Line 116: warning: exported function Ipv4CIDRBlockValidator should have comment or be unexported (golint)
    • Line 134: warning: exported function Ipv6CIDRBlockValidator should have comment or be unexported (golint)
    • Line 152: warning: exported function JSONValidator should have comment or be unexported (golint)
    • tf/boilerplate/aws/resourcebps/aws_route53_bp.go
    • Line 5: warning: exported function AWSRoute53DelegationSetBP should have comment or be unexported (golint)
    • Line 10: warning: exported function AWSRoute53HealthCheckBP should have comment or be unexported (golint)
    • Line 15: warning: exported function AWSRoute53QueryLogBP should have comment or be unexported (golint)
    • Line 20: warning: exported function AWSRoute53RecordBP should have comment or be unexported (golint)
    • Line 25: warning: exported function AWSRoute53VPCAssociationAuthorizationBP should have comment or be unexported (golint)
    • Line 30: warning: exported function AWSRoute53ZoneBP should have comment or be unexported (golint)
    • Line 35: warning: exported function AWSRoute53ZoneAssociationBP should have comment or be unexported (golint)
    • tf/terraform/aws/resourceprompts/aws_api_gateway_prompts.go
    • Line 14: warning: exported function AWSAPIGatewayAccountPrompt should have comment or be unexported (golint)
    • Line 40: warning: exported function AWSAPIGatewayApiKeyPrompt should have comment or be unexported (golint)
    • Line 85: warning: exported function AWSAPIGatewayAuthorizerPrompt should have comment or be unexported (golint)
    • Line 157: warning: exported function AWSAPIGatewayBasePathMappingPrompt should have comment or be unexported (golint)
    • Line 198: warning: exported function AWSAPIGatewayClientCertificatePrompt should have comment or be unexported (golint)
    • Line 228: warning: exported function AWSAPIGatewayDeploymentPrompt should have comment or be unexported (golint)
    • Line 281: warning: exported function AWSAPIGatewayDocumentationPartPrompt should have comment or be unexported (golint)
    • Line 347: warning: exported function AWSAPIGatewayDocumentationVersionPrompt should have comment or be unexported (golint)
    • Line 380: warning: comment on exported function AWSAPIGatewayDomainNamePrompt should be of the form "AWSAPIGatewayDomainNamePrompt ..." (golint)
    • Line 497: warning: exported function AWSAPIGatewayGatewayResponsePrompt should have comment or be unexported (golint)
    • Line 543: warning: exported function AWSAPIGatewayIntegrationPrompt should have comment or be unexported (golint)
    • Line 655: warning: exported function AWSAPIGatewayIntegrationResponsePrompt should have comment or be unexported (golint)
    • Line 727: warning: exported function AWSAPIGatewayMethodPrompt should have comment or be unexported (golint)
    • Line 805: warning: exported function AWSAPIGatewayMethodResponsePrompt should have comment or be unexported (golint)
    • Line 846: warning: exported function AWSAPIGatewayMethodSettingsPrompt should have comment or be unexported (golint)
    • Line 969: warning: exported function AWSAPIGatewayModelPrompt should have comment or be unexported (golint)
    • Line 1013: warning: exported function AWSAPIGatewayRequestValidatorPrompt should have comment or be unexported (golint)
    • Line 1054: warning: exported function AWSAPIGatewayResourcePrompt should have comment or be unexported (golint)
    • Line 1088: warning: exported function AWSAPIGatewayRestAPIPrompt should have comment or be unexported (golint)
    • Line 1223: warning: exported function AWSAPIGatewayRestAPIPolicyPrompt should have comment or be unexported (golint)
    • Line 1227: warning: exported function AWSAPIGatewayStagePrompt should have comment or be unexported (golint)
    • Line 1338: warning: exported function AWSAPIGatewayUsagePlanPrompt should have comment or be unexported (golint)
    • Line 1461: warning: exported function AWSAPIGatewayUsagePlanKeyPrompt should have comment or be unexported (golint)
    • Line 1496: warning: exported function AWSAPIGatewayVPCLinkPrompt should have comment or be unexported (golint)
    • tf/boilerplate/aws/resourcebps/aws_elastic_beanstalk_bp.go
    • Line 5: warning: exported function AWSElasticBeanstalkApplicationBP should have comment or be unexported (golint)
    • Line 10: warning: exported function AWSElasticBeanstalkApplicationVersionBP should have comment or be unexported (golint)
    • Line 15: warning: exported function AWSElasticBeanstalkApplicationConfigurationTemplateBP should have comment or be unexported (golint)
    • Line 20: warning: exported function AWSElasticBeanstalkEnvironmentBP should have comment or be unexported (golint)

license100%

Checks whether your project has a LICENSE file.

No problems detected. Good job!


ineffassign97%

IneffAssign detects ineffectual assignments in Go code.


misspell86%

Misspell Finds commonly misspelled English words