History log of /ontohub/.rubocop.yml
Revision Date Author Comments Expand
554f2eb7286d90aa6fd39e2e2806ea01f9e9ffc5 14-Aug-2016 Tom Gehrke <phyrog@users.noreply.github.com>

1578 make owl api work with ontohub urls that have no filename extension (#1768) * API controller is now invoked when no Accept header is sent * Use text/plain as default for ontology versions api * Send correct accept header * Fix the ref based locid route * Remove ref_id * Remove debug puts * Fix locid routing tests * route html to api * Add routes.rb to ignore list * Move plain text default helper to concern * Fix test * More tests require accept header * Remove tags from steps

6b66fb2ad38fa389c4941a7dd2d3f0e6475b8f01 17-Jan-2016 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Fix alignment of method calls.

df58acd0ffc385926fd5ee9f1774a0fc08744b5e 17-Jan-2016 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Fix dot position.

5a603707070360a93947a6a0743a104c048dfe8c 16-Jan-2016 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Allow to omit the utf8 comment.

2a18c4c4599ac56a28a7e38bb286b5db8b05b68c 16-Jan-2016 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Use rubocop's and hound's inheritance This allows to use rubocop as well as hound without duplicating the styleguide config file. By default, rubocop uses the project's .rubocop.yml as config file. This tremendously decreases complexity of the stylecheck script.