Add frozen option for CI environment (#603)
Add --frozen option to abort instead of write annotation.
This is mainly for CI environment to detect missing annotation.
Similar motivation with bundle install --frozen.
works like:
```
$ rake db:migrate frozen=yes
annotate error. spec/models/user_spec.rb needs to be updated, but annotate was run with `--frozen
```
Showing
Please
register
or
sign in
to comment