Hello Everyone, While I take the critiques seriously, there are times when I will intentionally disregard a specific warning. In these cases, in other languages, I have found it useful to indicate that I am disregarding a warning by adding a pragma to disable that particular warning. I have been looking for similar functionality in Pharo. I found an old (circa 2009) reference to <lint> and <ignoreLintRule> pragmas, but those seem to no longer work.
Is there currently a way to disable a specific warning in a method? Thank you, Eric