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

disabled:
  - phpdoc_summary
  - binary_operator_spaces

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"

...