Skip to content

Commit ca02f60

Browse files
committed
Adding onlyCheckers
1 parent 0fdfbe7 commit ca02f60

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/Pillar-Chrysal/ConfigurationForPillar.class.st

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -532,6 +532,18 @@ ConfigurationForPillar >> newLine: aValue [
532532
^ self propertyAt: #newLine put: aValue
533533
]
534534

535+
{ #category : 'manually added for now' }
536+
ConfigurationForPillar >> onlyCheckers [
537+
538+
^ self propertyAt: #onlyCheckers
539+
]
540+
541+
{ #category : 'manually added for now' }
542+
ConfigurationForPillar >> onlyCheckers: aCol [
543+
544+
^ self propertyAt: #onlyCheckers put: aCol
545+
]
546+
535547
{ #category : 'accessing' }
536548
ConfigurationForPillar >> outputDirectory [
537549
"generated code"

0 commit comments

Comments
 (0)