Critique adjustment

This commit is contained in:
Daniel Ziltener 2022-04-27 02:51:04 +02:00
parent 8f1bdccae7
commit af10bbbae1
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 : #ManifestWebDriver,
#superclass : #PackageManifest,
#category : #'WebDriver-Manifest'
}
{ #category : #'code-critics' }
ManifestWebDriver class >> ruleUtilityMethodsRuleV1FalsePositive [
^ #(#(#(#RGClassDefinition #(#WebDriverGeckodriver)) #'2022-04-27T02:50:20.274433+02:00') )
]