Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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:


Code Block
languageyml
titleStyleCI config YAML
preset: laravel

enabled:
  - length_ordered_imports

disabled:
  - alpha_ordered_imports
  - phpdoc_summary

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

...