Skip to content

Commit

Permalink
new qodana settings #BESTLG-41
Browse files Browse the repository at this point in the history
  • Loading branch information
MKS2345 committed Oct 23, 2024
1 parent ed9e19e commit 117b881
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
3 changes: 3 additions & 0 deletions constants/auto.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@
WRIST_END = 0
GRIPPER_CLOSE = 0
FWD_SPEED = 0
TOWER_START = 0
TOWER_MIDDLE = 0
TOWER_END = 0
11 changes: 8 additions & 3 deletions qodana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ exclude:
- compile
- name: PyPep8NamingInspection
- name: PyInterpreterInspection
bootstrap:
rm -rf .idea to bootstrap
pip install -r requirements.txt
- name: PyUnusedLocalInspection
bootstrap: rm -rf .idea to bootstrap pip install -r requirements.txt
include:
- name: PyMissingOrEmptyDocstringInspection
- name: GrazieInspection
- name: SpellCheckingInspection
- name: LanguageDetectionInspection
- name: TodoComment

0 comments on commit 117b881

Please sign in to comment.