blob: d71fb69fe70a2af1d044f56946d9c177d0d826e7 [file] [log] [blame]
David Garcia49379ce2021-02-24 13:48:22 +01001# Copyright 2021 Canonical Ltd.
beierlma4a37f72020-06-26 12:55:01 -04002#
David Garcia49379ce2021-02-24 13:48:22 +01003# Licensed under the Apache License, Version 2.0 (the "License"); you may
4# not use this file except in compliance with the License. You may obtain
5# a copy of the License at
beierlma4a37f72020-06-26 12:55:01 -04006#
David Garcia49379ce2021-02-24 13:48:22 +01007# http://www.apache.org/licenses/LICENSE-2.0
beierlma4a37f72020-06-26 12:55:01 -04008#
David Garcia49379ce2021-02-24 13:48:22 +01009# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
11# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
12# License for the specific language governing permissions and limitations
13# under the License.
14#
15# For those usages not covered by the Apache License, Version 2.0 please
16# contact: legal@canonical.com
17#
18# To get in touch with the maintainers, please contact:
19# osm-charmers@lists.launchpad.net
20##
21
beierlma4a37f72020-06-26 12:55:01 -040022---
23extends: default
24
25yaml-files:
26 - "*.yaml"
27 - "*.yml"
28 - ".yamllint"
29ignore: |
30 .tox
David Garcia49379ce2021-02-24 13:48:22 +010031 cover/
32 build/
33 venv
34 release/