File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
vertical-pod-autoscaler/hack Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ linters:
2121 # - "integers" # Ensure only int32 and int64 are used for integers.
2222 # - "jsontags" # Ensure every field has a json tag.
2323 # - "maxlength" # Ensure all strings and arrays have maximum lengths/maximum items.
24- # - "nobools" # Bools do not evolve over time, should use enums instead.
25- # - "nodurations" # Prevents usage of `Duration` types.
24+ - " nobools" # Bools do not evolve over time, should use enums instead.
25+ - " nodurations" # Prevents usage of `Duration` types.
2626 # - "nofloats" # Ensure floats are not used.
2727 # - "nomaps" # Ensure maps are not used.
2828 # - "nonullable" # Ensure that types and fields do not have the nullable marker.
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- # Copyright 2014 The Kubernetes Authors.
3+ # Copyright The Kubernetes Authors.
44#
55# Licensed under the Apache License, Version 2.0 (the "License");
66# you may not use this file except in compliance with the License.
You can’t perform that action at this time.
0 commit comments