forked from PlummersSoftwareLLC/NightDriverStrip
-
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.
Make secrets.h more immune to changes from secrets.example.h
When new fields are added in the example file, add a test in the file that uses the real file to be sure the fields are present. This is to solve the case where a developer has a checked-out, working tree with a working secrets.h, syncs to head or another branch that adds fields in secrets, and then incurs weird compilation errors when those new fields aren't found. This change leads the developer to the correct file and the doc describing it for a better experience.
- Loading branch information
1 parent
e7fa318
commit 9c05269
Showing
1 changed file
with
41 additions
and
1 deletion.
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