Skip to content

Commit

Permalink
Merge 'Release v0.23.0'
Browse files Browse the repository at this point in the history
See merge request askanna/askanna-cli!289
  • Loading branch information
robbertbos committed Apr 5, 2023
2 parents 1d9b182 + 93ccd5c commit 30d2fd9
Show file tree
Hide file tree
Showing 65 changed files with 1,604 additions and 726 deletions.
11 changes: 4 additions & 7 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
---
version: "2"
plugins:
fixme:
enabled: true
pep8:
enabled: true
bandit:
enabled: true
markdownlint:
enabled: true
duplication:
Expand All @@ -15,9 +14,7 @@ plugins:
editorconfig:
enabled: true
channel: beta
config:
editorconfig: .editorconfig
fixme:
enabled: true
exclude_patterns:
- "**/test/"
- "**/tests/"
- tests/
29 changes: 0 additions & 29 deletions .coveragerc

This file was deleted.

29 changes: 10 additions & 19 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,32 +1,23 @@
**/__pycache__
**/*_cache
**/.classpath
**/.dockerignore
**/.env
**/.git
**/.gitignore
**/.project
**/.settings
**/.toolstarget
**/.vs
**/.vscode
**/*.*proj.user
**/*.dbmdl
**/*.jfm
**/azds.yaml
**/bin
**/charts
**/docker-compose*
**/Dockerfile*
**/node_modules
**/npm-debug.log
**/obj
**/secrets.dev.yaml
**/values.dev.yaml
**/requirements-dev.txt
**/Dockerfile
**/.gitlab-ci.yml
**/setup.cfg
**/tox.ini
**/.editorconfig
**/tests
**/Makefile
**/MANIFEST.in
**/htmlcov
**/.codeclimate.yml
**/.gitpod.yml
**/.gitpod-vscode-settings.json
**/.markdownlint.yaml
**/.pre-commit-config.yaml
**/coverage.xml
**/junit.xml
27 changes: 4 additions & 23 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,36 +5,17 @@ root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true

[*.{py,md,txt}]
line_length = 119
trim_trailing_whitespace = true

[*.{py,rst,ini}]
indent_style = space
indent_size = 4

[*.py]
known_first_party = askanna
multi_line_output = 3
default_section = THIRDPARTY
recursive = true
skip = venv/
include_trailing_comma = true
force_grid_wrap = 0
use_parentheses = true

[*.{html,css,scss,json,yml}]
indent_style = space
[*.{json,yaml,yml,toml}]
indent_size = 2

[*.md]
trim_trailing_whitespace = false

[Makefile]
indent_style = tab

[nginx.conf]
indent_style = space
indent_size = 2
8 changes: 2 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ pip-log.txt

# Unit test / coverage reports
.coverage
.tox
nosetests.xml
htmlcov

Expand Down Expand Up @@ -59,14 +58,11 @@ docs/_build
# MacOS
.DS_Store

# Running tox
.eggs/
gl-code-quality-report.json

.venv
.venv*

.env*

junit.xml
coverage.xml

*_cache
Loading

0 comments on commit 30d2fd9

Please # to comment.