Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exclude Polyspace defects with status "Not a Defect" or "Justified"; Add substitution of env variables for min/max possible for Robot and Polyspace #143

Merged
merged 24 commits into from
Jul 25, 2024
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
2369e6f
Exclude defect when the status is "Not a defect" or "Justified"
JokeWaumans Jul 25, 2024
f3ddb51
Indent .format
JokeWaumans Jul 25, 2024
5668a5d
Fix column number
JokeWaumans Jul 25, 2024
e248258
Fix typo; col is used instead of column
JokeWaumans Jul 25, 2024
10b1b16
Change some status to "Justified" or "Not a defect"; 5 less defects i…
JokeWaumans Jul 25, 2024
f03cfb1
Change test code quality to use the right column numbers
JokeWaumans Jul 25, 2024
ada326c
Add explanation about the excluded statuses in readme
JokeWaumans Jul 25, 2024
c13c003
Delete default status "No Action Planned" from the excluded statuses
JokeWaumans Jul 25, 2024
0b4eb2a
Make substitution of environment variables possible for min and max o…
JokeWaumans Jul 25, 2024
deecdd1
Fix over-indented
JokeWaumans Jul 25, 2024
dc0ca29
Fix bullet list
JokeWaumans Jul 25, 2024
7b57dc7
Update README.rst typo correction
pietvr Jul 25, 2024
b86dbb6
Rephrase
JokeWaumans Jul 25, 2024
bd2ee46
Rephrase README
JokeWaumans Jul 25, 2024
6e8cb8d
Revert "Fix over-indented"
JasperCraeghs Jul 25, 2024
ff64d74
Revert "Make substitution of environment variables possible for min a…
JasperCraeghs Jul 25, 2024
59b1209
Revert "Revert "Make substitution of environment variables possible f…
JasperCraeghs Jul 25, 2024
4923b47
Revert implementation part of 0b4eb2a649dc84a2dd2b6dd2b6b61f2482ce8b48
JasperCraeghs Jul 25, 2024
364686b
Update test suite after 4923b47e5ea7ac5c9e54863dbdf8259d299b43d5
JasperCraeghs Jul 25, 2024
47c1f70
Improve readability of error msg
JasperCraeghs Jul 25, 2024
5b79619
Substitute envvars in WarningsChecker.substitute_envvar
JasperCraeghs Jul 25, 2024
feb0553
Merge branch 'filter-poly-defects' of https://github.com/melexis/warn…
JasperCraeghs Jul 25, 2024
1911694
Remove redundant newline
JasperCraeghs Jul 25, 2024
cd52002
Delete minimum and maximum of docstring
JokeWaumans Jul 25, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove redundant newline
JasperCraeghs committed Jul 25, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 191169414f5ff24d2fce95b32cc654502074503d
1 change: 0 additions & 1 deletion src/mlx/warnings/warnings.py
Original file line number Diff line number Diff line change
@@ -21,7 +21,6 @@
__version__ = distribution('mlx.warnings').version



class WarningsPlugin:

def __init__(self, verbose=False, config_file=None, cq_enabled=False):