Skip to content

Commit cc46895

Browse files
authored
Merge pull request #1145 from david22swan/CONT-376/Firewall_rework
(DO NOT MERGE)(CAT-376) Rework firewall module to use the resource_api
2 parents b310fe6 + 47564d3 commit cc46895

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+7641
-8375
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"settings": {
66
"terminal.integrated.profiles.linux": {
77
"bash": {
8-
"path": "bash",
8+
"path": "bash"
99
}
1010
}
1111
},

.rubocop.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,6 @@ Style/Documentation:
8888
- spec/**/*
8989
Style/WordArray:
9090
EnforcedStyle: brackets
91+
Naming/MethodParameterName:
92+
AllowedNames:
93+
- 'is'

0 commit comments

Comments
 (0)