Skip to content

Commit

Permalink
chore: pii check
Browse files Browse the repository at this point in the history
  • Loading branch information
adamstankiewicz committed Oct 31, 2024
1 parent 7441052 commit a6c55c0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .annotation_safe_list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,5 @@ waffle.Switch:
".. no_pii:": "This model has no PII"
subscriptions.HistoricalSubscriptionLicenseSource:
".. no_pii:": "This model has no PII"
subscriptions.HistoricalCustomSubscriptionExpirationMessaging:
".. no_pii:": "This model has no PII"
2 changes: 2 additions & 0 deletions license_manager/apps/subscriptions/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,8 @@ def __str__(self):
class CustomSubscriptionExpirationMessaging(models.Model):
"""
Custom subscription expiration messaging
.. no_pii: This model has no PII
"""

customer_agreement = models.OneToOneField(
Expand Down
4 changes: 2 additions & 2 deletions pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
# SERIOUSLY.
#
# ------------------------------
# Generated by edx-lint version: 5.4.0
# Generated by edx-lint version: 5.4.1
# ------------------------------
[MASTER]
ignore = ,migrations, settings, wsgi.py
Expand Down Expand Up @@ -401,4 +401,4 @@ int-import-graph =
[EXCEPTIONS]
overgeneral-exceptions = builtins.Exception

# ea586deca5871e992466c748232382f9dfadff18
# 3efa0bd414ae95120c9d8ac2ed13b2b5e1ed1e69

0 comments on commit a6c55c0

Please sign in to comment.