diff --git a/.codacy.yml b/.codacy.yml new file mode 100644 index 0000000..f0950a3 --- /dev/null +++ b/.codacy.yml @@ -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/**/*' diff --git a/README.rst b/README.rst index 0891668..c1916b6 100644 --- a/README.rst +++ b/README.rst @@ -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 -----