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 7 Current »

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

disabled:
  - phpdoc_summary

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"
  • No labels