From 51f074c225ed93773cb3d4bcec3afb0714df3a2b Mon Sep 17 00:00:00 2001
From: Torsten Bergmann <astares@gmx.de>
Date: Sun, 19 Mar 2023 02:00:58 +0100
Subject: [PATCH] ignore long method lint rule for long pool definitions

---
 .../ManifestOSWindowsCryptography.class.st        | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 src/OS-Windows-Cryptography/ManifestOSWindowsCryptography.class.st

diff --git a/src/OS-Windows-Cryptography/ManifestOSWindowsCryptography.class.st b/src/OS-Windows-Cryptography/ManifestOSWindowsCryptography.class.st
new file mode 100644
index 0000000..c96e133
--- /dev/null
+++ b/src/OS-Windows-Cryptography/ManifestOSWindowsCryptography.class.st
@@ -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') )
+]