Skip to content

Commit

Permalink
Update - codeclimate.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
abbadon1334 committed Jul 11, 2019
1 parent 5e5eebb commit 3276e1d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 19 deletions.
24 changes: 8 additions & 16 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,19 +102,11 @@ checks:
#
# radon:
# enabled: true
#ratings:
# paths:
# - "src/**"
#exclude_paths:
#- "docs/**"
#- "tests/**"
#- "vendor/**"
## exclude obsolete classes
#- "src/Field_Many.php"
#- "src/Field_One.php"
#- "src/Field_SQL_One.php"
#- "src/Relation_Many.php"
#- "src/Relation_One.php"
#- "src/Relation_SQL_One.php"
## exclude classes completely inherited from other repos
#- "src/Exception.php"
ratings:
paths:
- "src/**"
exclude_paths:
- "docs/**"
- "tests/**"
- "vendor/**"
- "Exception/**"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PHP Language library
#### Based on i18next http://i18next.com
#### Interpolate direct with ATk4 - Agile Toolkit Models https://www.agiletoolkit.org/
#### Interpolate direct with ATK4 - Agile Toolkit Models https://www.agiletoolkit.org/

[![Build Status](https://travis-ci.org/abbadon1334/atk4-i18next-php.svg?branch=master)](https://travis-ci.org/abbadon1334/atk4-i18next-php)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/3936f18bcf2d47c38713dc49dc4cd44b)](https://www.codacy.com/app/abbadon1334/atk4-i18next-php?utm_source=github.com&utm_medium=referral&utm_content=abbadon1334/atk4-i18next-php&utm_campaign=Badge_Grade)
Expand Down
4 changes: 2 additions & 2 deletions phpdoc.dist.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>
<phpdocumentor>
<parser>
<default-package-name><![CDATA[ATK4 - I18Next Translation library]]></default-package-name>
<title><![CDATA[ATK4 - I18Next Translation library]]></title>
<target>build</target>
<markers>
<item>TODO</item>
Expand All @@ -15,7 +15,7 @@
<target>docs</target>
</transformer>
<transformations>
<template name="responsive" />
<template name="clean" />
</transformations>
<files>
<directory>src</directory>
Expand Down

0 comments on commit 3276e1d

Please sign in to comment.