nautobot / pylint-nautobot

Custom Pylint Rules for Nautobot
https://docs.nautobot.com/projects/pylint-nautobot/en/latest/
Other
4 stars 0 forks source link

Prefer `use_cache=True` on DynamicGroup Function Calls #60

Open bryanculver opened 1 year ago

bryanculver commented 1 year ago

Environment

Proposed Functionality

Encourage use_cache=True on DynamicGroup's membership calls.

Use Case

This allows the administrator to control consistent behavior across their deployment to prefer or disable cached performance without forcing the app developer to handle conditional behavior.