Remove checks for copyright in charms 30/13130/2
authorDario Faccin <dario.faccin@canonical.com>
Fri, 31 Mar 2023 14:56:38 +0000 (16:56 +0200)
committerbeierlm <mark.beierl@canonical.com>
Mon, 3 Apr 2023 13:38:21 +0000 (15:38 +0200)
This patch removes the flake8 copyright plugin and configuration.

Change-Id: I65e362748e16efbc48055370f8f1590d4910c000
Signed-off-by: Dario Faccin <dario.faccin@canonical.com>
16 files changed:
installers/charm/juju-simplestreams-operator/pyproject.toml
installers/charm/juju-simplestreams-operator/tox.ini
installers/charm/osm-lcm/pyproject.toml
installers/charm/osm-lcm/tox.ini
installers/charm/osm-mon/pyproject.toml
installers/charm/osm-mon/tox.ini
installers/charm/osm-nbi/pyproject.toml
installers/charm/osm-nbi/tox.ini
installers/charm/osm-ng-ui/pyproject.toml
installers/charm/osm-ng-ui/tox.ini
installers/charm/osm-pol/pyproject.toml
installers/charm/osm-pol/tox.ini
installers/charm/osm-ro/pyproject.toml
installers/charm/osm-ro/tox.ini
installers/charm/vca-integrator-operator/pyproject.toml
installers/charm/vca-integrator-operator/tox.ini

index d0d4a5b..16cf0f4 100644 (file)
@@ -50,7 +50,3 @@ ignore = ["W503", "E501", "D107"]
 # D100, D101, D102, D103: Ignore missing docstrings in tests
 per-file-ignores = ["tests/*:D100,D101,D102,D103,D104"]
 docstring-convention = "google"
-# Check for properly formatted copyright header in each file
-copyright-check = "True"
-copyright-author = "Canonical Ltd."
-copyright-regexp = "Copyright\\s\\d{4}([-,]\\d{4})*\\s+%(author)s"
index 275137c..0268da8 100644 (file)
@@ -53,7 +53,6 @@ deps =
     black
     flake8
     flake8-docstrings
-    flake8-copyright
     flake8-builtins
     pyproject-flake8
     pep8-naming
index d0d4a5b..16cf0f4 100644 (file)
@@ -50,7 +50,3 @@ ignore = ["W503", "E501", "D107"]
 # D100, D101, D102, D103: Ignore missing docstrings in tests
 per-file-ignores = ["tests/*:D100,D101,D102,D103,D104"]
 docstring-convention = "google"
-# Check for properly formatted copyright header in each file
-copyright-check = "True"
-copyright-author = "Canonical Ltd."
-copyright-regexp = "Copyright\\s\\d{4}([-,]\\d{4})*\\s+%(author)s"
index 8c1816e..62ca08b 100644 (file)
@@ -53,7 +53,6 @@ deps =
     black
     flake8
     flake8-docstrings
-    flake8-copyright
     flake8-builtins
     pyproject-flake8
     pep8-naming
index d0d4a5b..16cf0f4 100644 (file)
@@ -50,7 +50,3 @@ ignore = ["W503", "E501", "D107"]
 # D100, D101, D102, D103: Ignore missing docstrings in tests
 per-file-ignores = ["tests/*:D100,D101,D102,D103,D104"]
 docstring-convention = "google"
-# Check for properly formatted copyright header in each file
-copyright-check = "True"
-copyright-author = "Canonical Ltd."
-copyright-regexp = "Copyright\\s\\d{4}([-,]\\d{4})*\\s+%(author)s"
index 65a6286..96679d4 100644 (file)
@@ -53,7 +53,6 @@ deps =
     black
     flake8
     flake8-docstrings
-    flake8-copyright
     flake8-builtins
     pyproject-flake8
     pep8-naming
index d0d4a5b..16cf0f4 100644 (file)
@@ -50,7 +50,3 @@ ignore = ["W503", "E501", "D107"]
 # D100, D101, D102, D103: Ignore missing docstrings in tests
 per-file-ignores = ["tests/*:D100,D101,D102,D103,D104"]
 docstring-convention = "google"
-# Check for properly formatted copyright header in each file
-copyright-check = "True"
-copyright-author = "Canonical Ltd."
-copyright-regexp = "Copyright\\s\\d{4}([-,]\\d{4})*\\s+%(author)s"
index 33004e2..ff1d657 100644 (file)
@@ -54,7 +54,6 @@ deps =
     black
     flake8
     flake8-docstrings
-    flake8-copyright
     flake8-builtins
     pyproject-flake8
     pep8-naming
index d0d4a5b..16cf0f4 100644 (file)
@@ -50,7 +50,3 @@ ignore = ["W503", "E501", "D107"]
 # D100, D101, D102, D103: Ignore missing docstrings in tests
 per-file-ignores = ["tests/*:D100,D101,D102,D103,D104"]
 docstring-convention = "google"
-# Check for properly formatted copyright header in each file
-copyright-check = "True"
-copyright-author = "Canonical Ltd."
-copyright-regexp = "Copyright\\s\\d{4}([-,]\\d{4})*\\s+%(author)s"
index 5287f5c..73cbb28 100644 (file)
@@ -53,7 +53,6 @@ deps =
     black
     flake8
     flake8-docstrings
-    flake8-copyright
     flake8-builtins
     pyproject-flake8
     pep8-naming
index d0d4a5b..16cf0f4 100644 (file)
@@ -50,7 +50,3 @@ ignore = ["W503", "E501", "D107"]
 # D100, D101, D102, D103: Ignore missing docstrings in tests
 per-file-ignores = ["tests/*:D100,D101,D102,D103,D104"]
 docstring-convention = "google"
-# Check for properly formatted copyright header in each file
-copyright-check = "True"
-copyright-author = "Canonical Ltd."
-copyright-regexp = "Copyright\\s\\d{4}([-,]\\d{4})*\\s+%(author)s"
index 8c1816e..62ca08b 100644 (file)
@@ -53,7 +53,6 @@ deps =
     black
     flake8
     flake8-docstrings
-    flake8-copyright
     flake8-builtins
     pyproject-flake8
     pep8-naming
index d0d4a5b..16cf0f4 100644 (file)
@@ -50,7 +50,3 @@ ignore = ["W503", "E501", "D107"]
 # D100, D101, D102, D103: Ignore missing docstrings in tests
 per-file-ignores = ["tests/*:D100,D101,D102,D103,D104"]
 docstring-convention = "google"
-# Check for properly formatted copyright header in each file
-copyright-check = "True"
-copyright-author = "Canonical Ltd."
-copyright-regexp = "Copyright\\s\\d{4}([-,]\\d{4})*\\s+%(author)s"
index e3fd001..36f1061 100644 (file)
@@ -54,7 +54,6 @@ deps =
     black
     flake8==4.0.1
     flake8-docstrings
-    flake8-copyright
     flake8-builtins
     pyproject-flake8
     pep8-naming
index 2e1a6dd..7f5495b 100644 (file)
@@ -47,10 +47,6 @@ ignore = ["W503", "E402", "E501", "D107"]
 # D100, D101, D102, D103: Ignore missing docstrings in tests
 per-file-ignores = ["tests/*:D100,D101,D102,D103,D104"]
 docstring-convention = "google"
-# Check for properly formatted copyright header in each file
-copyright-check = "True"
-copyright-author = "Canonical Ltd."
-copyright-regexp = "Copyright\\s\\d{4}([-,]\\d{4})*\\s+%(author)s"
 
 [tool.bandit]
 tests = ["B201", "B301"]
index f9b5b22..ea2f1a1 100644 (file)
@@ -51,7 +51,6 @@ deps =
     black
     flake8
     flake8-docstrings
-    flake8-copyright
     flake8-builtins
     pylint
     pyproject-flake8