Skip to content

Commit

Permalink
moved check files to own directory
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Utz <[email protected]>
  • Loading branch information
ant-u committed Mar 20, 2024
1 parent 15a8812 commit 26d0b9a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

"""Check for all License files are referenced by a tag in package.xml"""
"""This Module contains LicenseFilesReferencedCheck, which implements Check"""

import os
from typing import Dict, List
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

"""Checks if all Licenses found in files have a declaration in package.xml"""
"""This Module contains LicensesInCodeCheck, which implements Check"""

from pprint import pformat
from typing import Dict, List
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

"""Checks if every tag has the referenced License text file."""
"""This Module contains LicenseTextExistsCheck, which implements Check."""

import os
from typing import Any, Dict, Optional
Expand Down

0 comments on commit 26d0b9a

Please sign in to comment.