-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bd4c9bf
commit 1e0700a
Showing
2 changed files
with
15 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
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<!-- Glossary for terms and concepts not documented on cakeissues.net --> | ||
|
||
*[addins]: Addins allow to extend Cake language with additional aliases | ||
*[aliases]: Aliases are convenience methods that are easily accessible directly from a Cake build | ||
*[CI]: Continuous Integration - The practice of integrating source code changes frequently and ensuring that the integrated codebase is in a workable state | ||
*[linter]: A static code analysis tool used to flag programming errors, bugs, stylistic errors and suspicious constructs | ||
*[linters]: Static code analysis tools used to flag programming errors, bugs, stylistic errors and suspicious constructs |