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:
  - lengthboolean_operator_orderedlinebreak_importsend

disabled:
  - alphaphpdoc_ordered_importssummary
  - phpdocbinary_operator_summaryspaces

finder:
  exclude:
    - public
    - public-ccc
    - vendors
    - resources/lang/af
    - resources/lang/ar
    - resources/lang/bn
    - resources/lang/ca
    - resources/lang/cs
    - resources/lang/da
    - resources/lang/el
    - resources/lang/es
    - resources/lang/fi
    - resources/lang/fr
    - resources/lang/he
    - resources/lang/hi
    - resources/lang/hu
    - resources/lang/it
    - resources/lang/ja
    - resources/lang/ko
    - resources/lang/nl
    - resources/lang/no
    - resources/lang/pl
    - resources/lang/pt
    - resources/lang/ro
    - resources/lang/ru
    - resources/lang/sr
    - resources/lang/sv
    - resources/lang/tr
    - resources/lang/uk
    - resources/lang/vi
    - resources/lang/zh
  not-name:
    - "*.blade.php"

...