-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #816 from github/lcartey/a15-4-4-deviation
A15-4-4: Support deviation on the function declaration
- Loading branch information
Showing
4 changed files
with
23 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- `A15-4-4` - `MissingNoExcept.ql`: | ||
- Enable deviations on either declarations or definitions. |
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,11 @@ | ||
<?xml version="1.0" ?> | ||
<codingstandards> | ||
<!--GENERATED: DO NOT MODIFY. Changes should be made to coding-standards.yml instead.--> | ||
<deviations> | ||
<deviations-entry> | ||
<rule-id>A15-4-4</rule-id> | ||
<justification>Suppress entry.</justification> | ||
<code-identifier>a-15-4-4-deviation</code-identifier> | ||
</deviations-entry> | ||
</deviations> | ||
</codingstandards> |
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