Skip to content

Commit

Permalink
codeclimate update
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeltorbert committed Jun 9, 2016
1 parent 5d3d840 commit dc10c46
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 23 deletions.
47 changes: 25 additions & 22 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -1,35 +1,38 @@
---
languages:
JavaScript: true
PHP: true
engines:
phpcodesniffer:
enabled: true
# config:
# standard: "WordPress"
csslint:
enabled: true
duplication:
enabled: true
config:
languages:
- javascript
- php
eslint:
enabled: true
# csslint:
# enabled: true
# duplication:
# enabled: true
# config:
# languages:
# - javascript
# - php
# eslint:
# enabled: true
# fixme:
# enabled: true
# phpmd:
# enabled: true
# ... CONFIG CONTENT ...
checks:
Controversial/CamelCaseClassName:
enabled: false
Controversial/CamelCasePropertyName:
enabled: false
Controversial/CamelCaseMethodName:
enabled: false
Controversial/CamelCaseParameterName:
enabled: false
Controversial/CamelCaseVariableName:
enabled: false
# checks:
# Controversial/CamelCaseClassName:
# enabled: false
# Controversial/CamelCasePropertyName:
# enabled: false
# Controversial/CamelCaseMethodName:
# enabled: false
# Controversial/CamelCaseParameterName:
# enabled: false
# Controversial/CamelCaseVariableName:
# enabled: false
#ratings:
# paths:
# - "**.css"
Expand All @@ -45,4 +48,4 @@ exclude_paths:
- "bin/"
- "tests/"
- "i18n/"
- "modules/images/"
#- "modules/images/"
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=mrtor
Tags: seo, all in one seo, google, twitter, page, image seo, social, search engine optimization, sitemap, WordPress SEO, meta, meta description, xml sitemap, google sitemap, sitemaps, robots meta, yahoo, bing, news sitemaps, multisite, canonical, nofollow, noindex, keywords, description, webmaster tools, google webmaster tools, google analytics
Requires at least: 3.3
Tested up to: 4.5
Stable tag: 2.3.4.2
Stable tag: 2.3.5-alpha
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down

0 comments on commit dc10c46

Please sign in to comment.