Skip to content

Commit

Permalink
update development dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmcgarvey committed Jan 18, 2023
1 parent 89ab22d commit 9adb8ef
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions .ameba.yml
@@ -0,0 +1,15 @@
# This configuration file was generated by `ameba --gen-config`
# on 2023-01-18 01:37:55 UTC using Ameba version 1.3.1.
# The point is for the user to remove these configuration records
# one by one as the reported problems are removed from the code base.

# Problems found: 5
# Run `ameba --only Lint/NotNil` for details
Lint/NotNil:
Description: Identifies usage of `not_nil!` calls
Excluded:
- spec/spec_helper.cr
- spec/version_spec.cr
- src/selenium/driver.cr
Enabled: true
Severity: Warning
4 changes: 2 additions & 2 deletions shard.yml
Expand Up @@ -7,7 +7,7 @@ license: MIT
development_dependencies:
webdrivers:
github: matthewmcgarvey/webdrivers.cr
version: ~> 0.4.0
version: ~> 0.4.1
ameba:
github: crystal-ameba/ameba
version: ~> 0.14.1
version: ~> 1.3

0 comments on commit 9adb8ef

Please sign in to comment.