Skip to content

Commit

Permalink
ignore long method lint rule for long pool definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
astares committed Mar 19, 2023
1 parent fd3493d commit 51f074c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/OS-Windows-Cryptography/ManifestOSWindowsCryptography.class.st
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
"
Please describe the package using the class comment of the included manifest class. The manifest class also includes other additional metadata for the package. These meta data are used by other tools such as the SmalllintManifestChecker and the critics Browser
"
Class {
#name : #ManifestOSWindowsCryptography,
#superclass : #PackageManifest,
#category : #'OS-Windows-Cryptography-Manifest'
}

{ #category : #'code-critics' }
ManifestOSWindowsCryptography class >> ruleLongMethodsRuleV1FalsePositive [

<ignoreForCoverage>
^ #(#(#(#RGMetaclassDefinition #(#'WinCryptConstants class' #WinCryptConstants)) #'2023-03-19T02:00:25.162+01:00') )
]

0 comments on commit 51f074c

Please sign in to comment.