Skip to content

Commit

Permalink
fix: Use unique pylint ID
Browse files Browse the repository at this point in the history
  • Loading branch information
snaselj committed Feb 15, 2024
1 parent 8fb4bb0 commit 8351a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylint_nautobot/sub_class_name.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class NautobotSubClassNameChecker(BaseChecker):

name = "nautobot-sub-class-name"
msgs = {
"E4242": (
"E4281": (
"Sub-class name should be %s.",
"nb-sub-class-name",
"All classes should have a sub-class name that is <model class name><ancestor class type>.",
Expand Down

0 comments on commit 8351a02

Please sign in to comment.