forked from sscpac/statick
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove deprecated plugins for catkin discovery, print json reporting,…
… and show tool output argument. (sscpac#359)
- Loading branch information
1 parent
43e62f9
commit 1dc387d
Showing
19 changed files
with
2 additions
and
314 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -98,11 +98,9 @@ jobs: | |
sudo npm install -g [email protected] | ||
rm nodesource_setup.sh | ||
# The --allow-untyped-decorators flag is only used while we are using the `deprecated` module. | ||
# When the deprecations are removed we can remove that mypy flag as well. | ||
- name: Test with mypy | ||
run: | | ||
mypy --ignore-missing-imports --allow-untyped-decorators --strict statick statick_tool/ | ||
mypy --ignore-missing-imports --strict statick statick_tool/ | ||
- name: Test with black | ||
if: matrix.python-version >= 3.6 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,6 @@ bandit | |
black | ||
cmakelint | ||
cpplint | ||
deprecated | ||
docformatter | ||
flawfinder | ||
lizard | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
statick_tool/plugins/discovery/catkin_discovery_plugin.yapsy-plugin
This file was deleted.
Oops, something went wrong.
53 changes: 0 additions & 53 deletions
53
statick_tool/plugins/reporting/print_json_reporting_plugin.py
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
statick_tool/plugins/reporting/print_json_reporting_plugin.yapsy-plugin
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Empty file.
77 changes: 0 additions & 77 deletions
77
tests/plugins/discovery/catkin_discovery_plugin/test_catkin_discovery_plugin.py
This file was deleted.
Oops, something went wrong.
Empty file.
Empty file.
82 changes: 0 additions & 82 deletions
82
tests/plugins/reporting/print_json_reporting_plugin/test_print_json_reporting_plugin.py
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.