Skip to content

Commit 3fed1b2

Browse files
committed
BUGFIX: Codacy linting
1 parent a7a6e0d commit 3fed1b2

File tree

6 files changed

+11
-6
lines changed

6 files changed

+11
-6
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ A clear and concise description of what the bug is.
1212

1313
**To Reproduce**
1414
Steps to reproduce the behavior:
15+
1516
1. Go to '...'
1617
2. Click on '....'
1718
3. Scroll down to '....'
@@ -24,9 +25,11 @@ A clear and concise description of what you expected to happen.
2425
If applicable, add screenshots to help explain your problem.
2526

2627
**Desktop (please complete the following information):**
27-
- OS: [e.g. iOS]
28-
- Version [e.g. 22]
28+
29+
- OS: [e.g. iOS]
30+
- Version: [e.g. 22]
2931

3032
**ArduPilot context**
31-
ArduPilot version
32-
Flight controller hardware
33+
34+
- ArduPilot version
35+
- Flight controller hardware

BLOG-discuss1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ Change the parameters according to your requirements.
318318

319319
### [ESC Calibration](https://ardupilot.org/copter/docs/esc-calibration.html)
320320

321-
Do not make changes here, these parameters will be set later on the [Motor/Propeller order and direction test](#214-motorpropeller-order-and-direction-test) section
321+
Do not make changes here, these parameters will be set later on the [Motor/Propeller order and direction test](#216-motorpropeller-order-and-direction-test) section
322322

323323
### [Flight Modes](https://ardupilot.org/copter/docs/flight-modes.html)
324324

BLOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ The figure excludes the LiPo battery and the PM02 BEC with a voltage/current mon
8989

9090
![Matek H743, Holobro F9p, T-Motor F45 4in1 ESC and TBS Crossfire Nano rx se connections](matek_h743_schaltplan.png)
9191

92-
9392
# 2. Proper initial configuration
9493

9594
For reproducibility and quality purposes, we configure the vehicle with a well-defined sequence of intermediate parameter files.

unittests/common_arguments_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,6 @@ def test_version_argument(self):
4242
updated_parser.parse_args(['--version'])
4343
updated_parser.parse_args.assert_called_with(['--version'])
4444

45+
4546
if __name__ == '__main__':
4647
unittest.main()

unittests/middleware_template_overview_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,5 +80,6 @@ def test_template_overview_attributes_method(self):
8080
}
8181
self.assertEqual(expected_attributes, set(attribute_keys))
8282

83+
8384
if __name__ == '__main__':
8485
unittest.main()

unittests/version_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,6 @@ def test_version_format(self):
2525
msg = f"VERSION string '{VERSION}' does not follow semantic versioning"
2626
self.assertIsNotNone(match, msg)
2727

28+
2829
if __name__ == '__main__':
2930
unittest.main()

0 commit comments

Comments
 (0)