===================== Rule ``dir_constant`` ===================== Replaces ``dirname(__FILE__)`` expression with equivalent ``__DIR__`` constant. .. warning:: Using this rule is risky. Risky when the function ``dirname`` is overridden. Examples -------- Example #1 ~~~~~~~~~~ .. code-block:: diff --- Original +++ New @@ -1,2 +1,2 @@