pharo icon indicating copy to clipboard operation
pharo copied to clipboard

New Rule : use deny: instead of self assert: equals: false

Open AngelHely opened this issue 9 months ago • 1 comments

self assert: something equals: false

self deny: something

AngelHely avatar May 03 '24 13:05 AngelHely

Thanks for opening your first issue! Please check the CONTRIBUTING documents for some tips about which information should be provided. You can find information of how to do a Pull Request here: https://github.com/pharo-project/pharo/wiki/Contribute-a-fix-to-Pharo

GitHub
Pharo is a dynamic reflective pure object-oriented language supporting live programming inspired by Smalltalk. - pharo-project/pharo

welcome[bot] avatar May 03 '24 13:05 welcome[bot]

Fixed in #16668

Inao0 avatar Aug 30 '24 14:08 Inao0