Skip to content

Commit

Permalink
Merge pull request #18 from BotLino/configCodeClimate
Browse files Browse the repository at this point in the history
Configuração do Code Climate
  • Loading branch information
guilacerda authored Jun 13, 2019
2 parents ff9ef9c + 8d2feda commit 7eebcf2
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
version: "2"

plugins:
duplication: # for duplication analysis
enabled: true
config:
languages:
python:
python_version: 3
pep8: # for code style analysis
enabled: true
config:
languages:
python:
python_version: 3
bandit: # for security analysis
enabled: true
config:
languages:
python:
python_version: 3
radon: # for complexity analysis
enabled: true
config:
languages:
python:
python_version: 3
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Lino-Webcrawler-Matricula

<a href="https://codeclimate.com/github/BotLino/Lino-Webcrawler-Matricula/maintainability"><img src="https://api.codeclimate.com/v1/badges/f3c9ae75b6bd68347e5a/maintainability" /></a>

## Objetivo
Microsserviço responsável por obter os dados de período de matrícula e envia-los ao usuário de forma gráfica a partir de uma imagem.
## Como usar
Expand Down

0 comments on commit 7eebcf2

Please sign in to comment.