-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: Add regression tests for solved puzzles * chore(puzzles/input): Update al inputs with files from site * chore: update error message * fix: Add fixes to handle bare input from source files * refactor(puzzles): Add day and year constants * refactor: Use day and year constants; trim not necessary fields * chore(scripts): Remove redundant tag * chore(puzzles/solutions): add tests for changes * ci(lint): Exclude revive inter for constants * chore: add tests for generated code * chore: Add sonar linters report * chore: Update linter configs * chore: Fix linter config * chore; Udpate ci config * docs: Add line comments * refactor: Fix linter warnings * ci: Add tests-report generation for sonar * refactor: Fix linter warnings * refactor: Fix linter warnings * ci: Fix config * refactor: Fix linter warnings * refactor: Fix linters warnings * refactor: DRY * chore: Add tests * refactor: Fix linter warnings
- Loading branch information
1 parent
c0b0f70
commit 1b79a05
Showing
50 changed files
with
3,112 additions
and
854 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
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 |
---|---|---|
|
@@ -17,4 +17,5 @@ | |
bin/ | ||
dist/ | ||
.DS_Store | ||
coverage/ | ||
coverage/ | ||
tests-report.json |
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.