Skip to content

Commit

Permalink
Unsigned integer literal is perhaps incorrectly marked as a MAGIC_NUMBER
Browse files Browse the repository at this point in the history
### What's done:
* fixed ignore number in MAGIC_NUMBER rule
Closes #1224
  • Loading branch information
Cheshiriks committed Apr 28, 2022
1 parent b969f4c commit 05aaba4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,5 +120,4 @@ class MagicNumberRule(configRules: List<RulesConfig>) : DiktatRule(
"ignoreRanges" to false,
"ignoreExtensionFunctions" to false)
}

}

0 comments on commit 05aaba4

Please sign in to comment.