History log of /ontohub/.hound.yml
Revision Date Author Comments Expand
b7ef4ac3c06f62cc6cfc6d9ef01bc388ed92b369 17-Jan-2016 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Use config as suggested by the hound docs.

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.

0aa27666f17b46d0dea225ad98352b99a81b3a58 15-Jan-2016 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Update hound config to current rubocop version.

5ef51ed0bcd1247e025fd1ce20035e88c073ab96 02-Jun-2015 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Don't check the indentation in a hash literal.

99389d480170eab6046922e456ae485c168bd36e 18-Feb-2015 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Disable before_action because it's undefined.

d253afe5cb89cbd380246e4d44491ee28f556870 18-Feb-2015 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Disable rather annoying style checks.

4a096c9fd8eefcdabba97bdb0e4737b2b5e8abbf 16-Feb-2015 Tim Reddehase <robustus@rightsrestricted.com>

obey hound and make hound obey.

01b4593de614db5e4f80c5a4170ccd3e3a40b2fa 06-Dec-2014 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Tell hound that `if` is good. Bring the `if` back.

94f498c9aa34a7538afa94c3b0d284ba72a4e0b1 07-Nov-2014 Tim Reddehase <robustus@rightsrestricted.com>

deactivate the hound-checker for multiline-lambda As we want to use the 1.9 syntax (->(args)) for every lambda, whether it is single-line or multi-line, we'll need to deactivate the check, as it can't be configured.

765df6a4f118766beb2a80b48c310c2437b4fffb 20-Oct-2014 Tim Reddehase <robustus@rightsrestricted.com>

adjust hound - Use no spaces between content and Hash-braces - Set Collection Methods correctly - Deactivate snake-case check because it is erroneous.

c31f64ebd1d42d99abd681bae26f38ad6b8a49c3 29-Sep-2014 Sascha Graef <sgraef@informatik.uni-bremen.de>

change hound.yml according to the styleguide

441d93892ccfe24d137c138f825dc39ab2ee22d8 03-Sep-2014 Tim Reddehase <robustus@rightsrestricted.com>

set single quotes as default for hound.

36f631f7333f5f3f6a3b60de7de2b22e6ed8058c 02-Sep-2014 Tim Reddehase <robustus@rightsrestricted.com>

let hound expect single_quotes per default.

ed7a603991639e76076663f934f51d0ef4940add 02-Sep-2014 Tim Reddehase <robustus@rightsrestricted.com>

exclude migrations from hound-filename check.

f09ce94d110b0171dae5bc8625d28afcbfc79091 20-Aug-2014 Tim Reddehase <robustus@rightsrestricted.com>

display cop names in hound comments This should be useful for adjusting the .hound.yml.

9525de78b38c8ab2b8fac7ab24e40a8382e60ec1 20-Aug-2014 Tim Reddehase <robustus@rightsrestricted.com>

modify hound.yml for ontohub purposes.

0f3b0869b6296979e1dfeb467fd30dff4b618ce0 19-Aug-2014 Tim Reddehase <robustus@rightsrestricted.com>

add default hound.yml for style checking.