README and codacy config update

This commit is contained in:
Michael James 2018-10-11 12:39:50 -06:00
parent b5c7b7a1bf
commit b3d53cbe5f
2 changed files with 36 additions and 1 deletions

24
.codacy.yml Normal file
View file

@ -0,0 +1,24 @@
---
engines:
rubocop:
enabled: true
exclude_paths:
- config/engines.yml
duplication:
enabled: true
exclude_paths:
- config/engines.yml
metrics:
enabled: true
exclude_paths:
- config/engines.yml
coverage:
enabled: true
exclude_paths:
- config/engines.yml
languages:
css:
extensions:
- '-css.resource'
exclude_paths:
- 'thrift/**/*'

View file

@ -1,7 +1,7 @@
AWIPS Python Data Access Framework
==================================
|License| |PyPI| |Conda| |Travis| |LatestDocs|
|License| |PyPI| |Conda| |CondaDownloads| |circleci| |Travis| |LatestDocs|
|Codacy| |Scrutinizer| |CodeClimate| |PRWelcome|
@ -46,6 +46,17 @@ AWIPS Python Data Access Framework
:target: https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github
:alt: PRs Welcome
.. |circleci|
image:: https://img.shields.io/circleci/project/github/conda-forge/python-awips-feedstock/master.svg?label=noarch
:target: https://circleci.com/gh/conda-forge/python-awips-feedstock
:alt: circleci
.. |CondaDownloads|
image:: https://img.shields.io/conda/dn/conda-forge/python-awips.svg
:target: https://anaconda.org/conda-forge/python-awips
:alt: Conda Downloads
About
-----