diff --git a/.codeclimate.yml b/.codeclimate.yml new file mode 100644 index 0000000..5c8517f --- /dev/null +++ b/.codeclimate.yml @@ -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 diff --git a/README.md b/README.md index 3665a62..4b6c996 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # Lino-Webcrawler-Matricula + + + ## 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