Skip to content

Commit

Permalink
Unindent setup.cfg options. (#66)
Browse files Browse the repository at this point in the history
Signed-off-by: Michel Hidalgo <michel@ekumenlabs.com>
  • Loading branch information
hidmic authored Sep 4, 2019
1 parent 8f99605 commit 13e7bf6
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions launch_testing_ros/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
[coverage:run]
# This will let coverage find files with 0% coverage (not hit by tests at all)
source = .
omit = setup.py

[flake8]
# For the purpose of import-order style checker, consider apex_launchtest as a local package
import-order-style = "apex_launchtest"
# This will let coverage find files with 0% coverage (not hit by tests at all)
source = .
omit = setup.py

0 comments on commit 13e7bf6

Please sign in to comment.