mirror of
https://github.com/zebrajr/pytorch.git
synced 2026-01-15 12:15:51 +00:00
This PR adds two checks: ``` readability-static-definition-in-anonymous-namespace Finds static function and variable definitions in anonymous namespace. readability-named-parameter Find functions with unnamed arguments. ``` Pull Request resolved: https://github.com/pytorch/pytorch/pull/164692 Approved by: https://github.com/Skylion007