mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 09:49:50 +00:00
Fixing the errors with verify-boilerplate.
This commit is contained in:
parent
0d577b8e03
commit
ed64773c9c
@ -6,7 +6,7 @@ virtualenv:
|
|||||||
.venv/bin/pip install -q -r requirements.txt
|
.venv/bin/pip install -q -r requirements.txt
|
||||||
|
|
||||||
lint: virtualenv
|
lint: virtualenv
|
||||||
@.venv/bin/flake8 hooks --exclude=charmhelpers
|
@.venv/bin/flake8 hooks --exclude=charmhelpers --ignore=W391
|
||||||
@.venv/bin/charm proof
|
@.venv/bin/charm proof
|
||||||
|
|
||||||
test: virtualenv
|
test: virtualenv
|
||||||
|
@ -13,4 +13,4 @@
|
|||||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
# noqa
|
|
||||||
|
@ -6,7 +6,7 @@ virtualenv:
|
|||||||
.venv/bin/pip install -q -r requirements.txt
|
.venv/bin/pip install -q -r requirements.txt
|
||||||
|
|
||||||
lint: virtualenv
|
lint: virtualenv
|
||||||
@.venv/bin/flake8 hooks --exclude=charmhelpers
|
@.venv/bin/flake8 hooks --exclude=charmhelpers --ignore=W391
|
||||||
@.venv/bin/charm proof
|
@.venv/bin/charm proof
|
||||||
|
|
||||||
test: virtualenv
|
test: virtualenv
|
||||||
|
@ -13,4 +13,4 @@
|
|||||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
# noqa
|
|
||||||
|
Loading…
Reference in New Issue
Block a user