Exclude views as well

parent dd9f798f
......@@ -10,6 +10,7 @@ $finder = PhpCsFixer\Finder::create()
'bootstrap',
'tests',
'node_modules',
'views',
])
->notPath('server.php')
;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment