Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

We use StyleCI to check all branches of the NMS Prime Github repo. Fixes are sent as pull requests on demand only. The following configuration is applied:


StyleCI config YAML
preset: laravel

enabled:
  - length_ordered_imports

disabled:
  - alpha_ordered_imports
  - phpdoc_summary

finder:
  exclude:
    - public
    - public-ccc
    - vendors
  not-name:
    - "*.blade.php"
  • No labels