14 lines
662 B
Smalltalk
14 lines
662 B
Smalltalk
"
|
|
I store metadata for this package. These meta data are used by other tools such as the SmalllintManifestChecker and the critics Browser
|
|
"
|
|
Class {
|
|
#name : #ManifestBrea,
|
|
#superclass : #PackageManifest,
|
|
#category : #'Brea-Manifest'
|
|
}
|
|
|
|
{ #category : #'code-critics' }
|
|
ManifestBrea class >> ruleRBStringConcatenationRuleV1FalsePositive [
|
|
^ #(#(#(#RGMethodDefinition #(#BreaPage #contents #false)) #'2020-08-28T20:08:20.291489-05:00') #(#(#RGMethodDefinition #(#BreaFile #fromShortName:andFolder: #false)) #'2020-11-06T20:59:12.94748-05:00') #(#(#RGMethodDefinition #(#'BreaFile class' #fromShortName:andFolder: #true)) #'2020-11-06T21:02:25.564981-05:00') )
|
|
]
|