Skip to content

Commit dc55d68

Browse files
committed
style: cleanup some linter warnings
Signed-off-by: Pierre-Henri Symoneaux <[email protected]>
1 parent c465133 commit dc55d68

30 files changed

+152
-162
lines changed

attributes.go

+8-8
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const (
1919
AttributeNameUniqueIdentifier AttributeName = "Unique Identifier"
2020
AttributeNameName AttributeName = "Name"
2121
AttributeNameObjectType AttributeName = "Object Type"
22-
// Deprecated: deprecated as of kmip 1.3
22+
// Deprecated: deprecated as of kmip 1.3.
2323
AttributeNameOperationPolicyName AttributeName = "Operation Policy Name"
2424
AttributeNameObjectGroup AttributeName = "Object Group"
2525
AttributeNameContactInformation AttributeName = "Contact Information"
@@ -44,33 +44,33 @@ const (
4444
AttributeNameState AttributeName = "State"
4545
AttributeNameRevocationReason AttributeName = "Revocation Reason"
4646
AttributeNameLink AttributeName = "Link"
47-
// Deprecated: deprecated as of kmip 1.1
47+
// Deprecated: deprecated as of kmip 1.1.
4848
AttributeNameCertificateIdentifier AttributeName = "Certificate Identifier"
49-
// Deprecated: deprecated as of kmip 1.1
49+
// Deprecated: deprecated as of kmip 1.1.
5050
AttributeNameCertificateSubject AttributeName = "Certificate Subject"
51-
// Deprecated: deprecated as of kmip 1.1
51+
// Deprecated: deprecated as of kmip 1.1.
5252
AttributeNameCertificateIssuer AttributeName = "Certificate Issuer"
5353
AttributeNameUsageLimits AttributeName = "Usage Limits"
5454
AttributeNameApplicationSpecificInformation AttributeName = "Application Specific Information"
5555

56-
// KMIP 1.1
56+
// KMIP 1.1.
5757
AttributeNameCertificateLength AttributeName = "Certificate Length"
5858
AttributeNameFresh AttributeName = "Fresh"
5959
AttributeNameX509CertificateIdentifier AttributeName = "X.509 Certificate Identifier"
6060
AttributeNameX509CertificateSubject AttributeName = "X.509 Certificate Subject"
6161
AttributeNameX509CertificateIssuer AttributeName = "X.509 Certificate Issuer"
6262
AttributeNameDigitalSignatureAlgorithm AttributeName = "Digital Signature Algorithm"
6363

64-
// KMIP 1.2
64+
// KMIP 1.2.
6565
AttributeNameAlternativeName AttributeName = "Alternative Name"
6666
AttributeNameKeyValuePresent AttributeName = "Key Value Present"
6767
AttributeNameKeyValueLocation AttributeName = "Key Value Location"
6868
AttributeNameOriginalCreationDate AttributeName = "Original Creation Date"
6969

70-
// KMIP 1.3
70+
// KMIP 1.3.
7171
AttributeNameRandomNumberGenerator AttributeName = "Random Number Generator"
7272

73-
// KMIP 1.4
73+
// KMIP 1.4.
7474
AttributeNamePKCS_12FriendlyName AttributeName = "PKCS#12 Friendly Name"
7575
AttributeNameDescription AttributeName = "Description"
7676
AttributeNameComment AttributeName = "Comment"

0 commit comments

Comments
 (0)