Commit 5777f10
committed
Temporarily disable platform documentation rules
Although the official boards platforms are located in the root of the repository, some 3rd party platforms have the platform under the architecture subfolder of the repository in order to be friendly to manual installation (Boards Manager installation automatically generates this folder).
The problem is that the license and readme should be in the repo root, but the project path is not the repository root when this alternative repository structure is in use. So this results in a false positive from the readme and license checks.
It's only a warning when not in strict mode, but having a spurious warning is annoying and also blocks people from being able to use strict mode.
These are important rules and I plan to find a solution to allow this rule to be applied to platforms of both structures once the development resources are available to make this happen. But since the rule is currently not compatible with all valid use cases, the best immediate action is to disable it.1 parent 15c986b commit 5777f10
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1410 | 1410 | | |
1411 | 1411 | | |
1412 | 1412 | | |
1413 | | - | |
1414 | | - | |
| 1413 | + | |
| 1414 | + | |
1415 | 1415 | | |
1416 | 1416 | | |
1417 | 1417 | | |
| |||
1426 | 1426 | | |
1427 | 1427 | | |
1428 | 1428 | | |
1429 | | - | |
1430 | | - | |
| 1429 | + | |
| 1430 | + | |
1431 | 1431 | | |
1432 | 1432 | | |
1433 | 1433 | | |
| |||
0 commit comments