diff --git a/.arclint b/.arclint new file mode 100644 index 0000000..b380f64 --- /dev/null +++ b/.arclint @@ -0,0 +1,14 @@ +{ + "linters": { + "php": { + "type": "php", + "include": "(\\.(php|phtml)$)" + }, + "phpcs": { + "type": "phpcs", + "bin": "phpcs", + "include": "(\\.(php|phtml)$)", + "phpcs.standard": "phpcs.xml" + } + } +} diff --git a/CHANGELOG.md b/CHANGELOG.md index da3ad0a..e8506c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p ### Changed - Removed orphaned files from the previous deletion of Netzarbeiter/Customer-Activation, hard coded in the repo. @jhoelzl +- (Dev): Added lints ### Notes diff --git a/phpcs.xml b/phpcs.xml new file mode 100644 index 0000000..9f25d0b --- /dev/null +++ b/phpcs.xml @@ -0,0 +1,29 @@ + + + Sitewards coding standards. + + + + + + + *app/code* + *SitewardsStandard* + + + + *app/code* + *SitewardsStandard* + + + + *app/code* + *SitewardsStandard* + + + + + + + +