Skip to content

Commit

Permalink
Add actor to alex allowlist
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislomaxjones committed Mar 14, 2024
1 parent 8c228c5 commit 36dcacd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .alexrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
exports.profanitySureness = 1;
exports.allow = [
"steward-stewardess", //Exclude this rule as we get false positives from references to Scala Steward
"special"
"steward-stewardess", //Exclude this rule as we get false positives from references to Scala Steward
"special",
"actor-actress", // Used in Security, as in "threat actor"
];

0 comments on commit 36dcacd

Please sign in to comment.