Skip to content

Commit

Permalink
fix: remove warning on timestamp usage
Browse files Browse the repository at this point in the history
  • Loading branch information
shrugs committed Jan 15, 2018
1 parent c1244d6 commit d4dc4b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .soliumrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"extends": "solium:all",
"plugins": ["security"],
"rules": {
"indentation": ["error", 2],
"quotes": ["error", "double"],
"security/enforce-explicit-visibility": ["error"],
"security/no-block-members": ["warning", ["timestamp"]]
"indentation": ["error", 2],
"arg-overflow": ["warning", 3],
"security/enforce-explicit-visibility": ["error"]
}
}

0 comments on commit d4dc4b2

Please sign in to comment.