Rohan Raj
Rohan Raj
> @BestChinchilla We can use some flag values that can notify that only delete when there is this label available. **Create Policy:** Add a `label` or `annotation` when a VPA...
@BestChinchilla I tried to regenerate the error several times but each time applies gets successful. I think its all about how kyverno handles the execution of both the policies together....
> @Rohanraj123 let's get existing PRs out of draft mode before opening more: https://github.com/checkstyle/checkstyle/pulls/Rohanraj123 Not gonna open any more before these !!
Reasoning before this change : Heuristics for Handling Common Cases: The Nullness Checker uses certain heuristics to handle common cases when determining the nullness type of the returned array: If...
> Reason for SuppressWarning("nullness") Okay After using this SupressionWarnings, I saw it was not allowed. As such. But I think this is the only way to resolve this issue as...
> @Rohanraj123, do you have time to continue now? Or we can close it for now and you will reopen it when you have time to continue it. I will...
@romani This PR is ready for review ! Changes : To remove violations of checker framework. --> I just removed the constant predefined `EMPTY_CONFIGURATION_ARRAY` due to the lack of analysis...
@ArrayLen() annotation can only work when Constant value checker is configured. And After looking pom.xml file, constant value checker is configured. so now. adding command line option `Alint=trustArrayLenZero` in compilerargs...
Implemtation yet done : 1. Used @ArrayLen() annotation at correct position as per the checker framework. 2. To process that annotation and verify . I added the command line option...
@romani Can you confirm me whether `Alint` command is configured correctly or not. Because if that is okay then something is wrong in the CF tool. Because it doesnt recoganises...