diff --git a/sider.yml b/sider.yml new file mode 100644 index 0000000..7e8c003 --- /dev/null +++ b/sider.yml @@ -0,0 +1,57 @@ +# linter: +# # https://help.sider.review/getting-started/custom-configuration + +# # https://help.sider.review/tools/php/code-sniffer +# code_sniffer: +# dir: app/ +# standard: CakePHP + +# # https://help.sider.review/tools/php/phpmd +# phpmd: +# target: +# - index.php +# - wp-content +# rule: codesize,unusedcode +# minimumpriority: 3 +# suffixes: php,phtml +# exclude: app/Vendor/ +# strict: true +# custom_rule_path: +# - Custom_PHPMD_Rule.php +# - custom/phpmd/rules/**/*.php + +# # https://help.sider.review/tools/others/misspell +# misspell: +# exclude: +# - vendor +# - "**/*.min.js" +# - exclude_file.rb +# targets: +# - target_directory +# - another_target_directory/foo.rb +# - bar.rb +# locale: UK +# ignore: center,behavior + +# # https://help.sider.review/tools/shellscript/shellcheck +# shellcheck: +# target: "src/**/*.{sh,bash}" +# include: "SC2104,SC2105" +# exclude: "SC1000,SC1118" +# enable: "all" +# shell: "bash" +# severity: "error" +# norc: true + +# # https://help.sider.review/getting-started/custom-configuration#ignore +# ignore: +# - "*.pdf" +# - "*.mp4" +# - "images/**" + +# # https://help.sider.review/getting-started/custom-configuration#branchesexclude +# branches: +# exclude: +# - master +# - development +# - /^release-.*$/