We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bed8c8 commit d876d6eCopy full SHA for d876d6e
src/main/java/org/csanchez/jenkins/plugins/kubernetes/PodTemplateUtils.java
@@ -74,6 +74,7 @@ public class PodTemplateUtils {
74
* If true, all modes permissions provided to pods are expected to be provided in decimal notation.
75
* Otherwise, the plugin will consider they are written in octal notation.
76
*/
77
+ @SuppressFBWarnings(value = "MS_SHOULD_BE_FINAL", justification = "tests & emergency admin")
78
public static /* almost final*/ boolean DISABLE_OCTAL_MODES =
79
Boolean.getBoolean(PodTemplateUtils.class.getName() + ".DISABLE_OCTAL_MODES");
80
0 commit comments