LD4P / qa_server

A rails engine with questioning authority gem installed to serve as an authority search server with normalized results.
Apache License 2.0
5 stars 2 forks source link

update to latest bixby for rubocop style checking #388

Closed elrayle closed 3 years ago

elrayle commented 3 years ago

The latest rubocop requires private methods to be indented at the same level as public methods. The private marker is either indented the same our outdented 2 spaces. QaServer is configured for outdent.

For ease of review, there are two commits: