Skip to content

Commit

Permalink
ignore Gemfile.lock for some rules
Browse files Browse the repository at this point in the history
  • Loading branch information
markdboyd committed Dec 5, 2023
1 parent 375920b commit b4a8db1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions local.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ useDefault = true
'''(169.254.169.254|127.0.0.\d+|23.22.13.113)''', # 23.22.13.113 is gsa.gov
'''\b0\.(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){2}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\b''' # OK to start w/ 0.
]
paths = ['''(Gemfile.lock)$''']

[[rules]]
id = "s3config"
Expand Down

0 comments on commit b4a8db1

Please sign in to comment.