Skip to content
Snippets Groups Projects
Select Git revision
  • main
  • master
2 results

.styleci.yml

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    .styleci.yml 174 B
    php:
      preset: laravel
      disabled:
        - unused_use
      finder:
        not-name:
          - index.php
          - server.php
    js:
      finder:
        not-name:
          - webpack.mix.js
    css: true