Synchronizing code rules.
This commit is contained in:
parent
d0f0d7fe34
commit
6bd9647dbd
13
repository/TiddlyWiki/ManifestTiddlyWiki.class.st
Normal file
13
repository/TiddlyWiki/ManifestTiddlyWiki.class.st
Normal 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') )
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user