Skip to content

Commit

Permalink
ignore path
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanMT committed Jan 9, 2024
1 parent 66ede63 commit 222437d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .prospector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pylint:
- consider-using-generator

ignore-paths:
- flamapy/metamodels/smt_metamodel/transformations/graph_to_smt.py
- flamapy/metamodels/smt_metamodel/transformations/

mccabe:
run: true
4 changes: 3 additions & 1 deletion mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ show_error_codes = True
ignore_missing_imports = True

# Warn of unreachable or redundant code.
warn_unreachable = True
warn_unreachable = True

exclude = flamapy/metamodels/smt_metamodel/transformations/

0 comments on commit 222437d

Please sign in to comment.