Skip to content
This repository has been archived by the owner on Nov 13, 2021. It is now read-only.

Commit

Permalink
codacy
Browse files Browse the repository at this point in the history
  • Loading branch information
r.ratsun committed Aug 15, 2018
1 parent 53c460a commit 6c4e14e
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .codacy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
exclude_paths:
- "api/**"
- "application/Espo/Acl/**"
- "application/Espo/AclPortal/**"
- "application/Espo/Controllers/**"
- "application/Espo/Core/**"
- "application/Espo/Entities/**"
- "application/Espo/EntryPoints/**"
- "application/Espo/Hooks/**"
- "application/Espo/Jobs/**"
- "application/Espo/Modules/Crm/**"
- "application/Espo/Notificators/**"
- "application/Espo/ORM/**"
- "application/Espo/Repositories/**"
- "application/Espo/Resources/**"
- "application/Espo/SelectManagers/**"
- "application/Espo/Services/**"
- "client/**"
8 changes: 8 additions & 0 deletions phpcs.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0"?>
<ruleset name="PHP_CodeSniffer">
<description>PHP_CodeSniffer configuration</description>
<rule ref="PSR2">
<exclude name="PEAR.Functions.FunctionCallSignature"/>
<exclude name="PEAR.Functions.FunctionCallSignature.SpaceAfterCloseBracket"/>
</rule>
</ruleset>

0 comments on commit 6c4e14e

Please sign in to comment.