Synchronizing code rules.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2022-09-01 16:23:58 -05:00
parent d0f0d7fe34
commit 6bd9647dbd
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
"
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 : #ManifestTiddlyWiki,
#superclass : #PackageManifest,
#category : #'TiddlyWiki-Manifest'
}
{ #category : #'code-critics' }
ManifestTiddlyWiki class >> ruleLongMethodsRuleV1FalsePositive [
^ #(#(#(#RGMethodDefinition #(#Tiddler #fromDictionary: #false)) #'2022-09-01T15:34:03.846371-05:00') )
]