mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 22:57:56 -05:00
README and codacy config update
This commit is contained in:
parent
b5c7b7a1bf
commit
b3d53cbe5f
2 changed files with 36 additions and 1 deletions
24
.codacy.yml
Normal file
24
.codacy.yml
Normal 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/**/*'
|
13
README.rst
13
README.rst
|
@ -1,7 +1,7 @@
|
||||||
AWIPS Python Data Access Framework
|
AWIPS Python Data Access Framework
|
||||||
==================================
|
==================================
|
||||||
|
|
||||||
|License| |PyPI| |Conda| |Travis| |LatestDocs|
|
|License| |PyPI| |Conda| |CondaDownloads| |circleci| |Travis| |LatestDocs|
|
||||||
|
|
||||||
|Codacy| |Scrutinizer| |CodeClimate| |PRWelcome|
|
|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
|
:target: https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github
|
||||||
:alt: PRs Welcome
|
: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
|
About
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue