Actions
Bug #9708
closedFix our rubocop file to override houndci's configuration
Updated by The Foreman Bot over 8 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman-docker/pull/96 added
- Pull request deleted (
)
Updated by David Davis over 8 years ago
- Status changed from Ready For Testing to Closed
- Pull request added
- Pull request deleted (
https://github.com/theforeman/foreman-docker/pull/96)
Looks like this was handled in:
https://github.com/theforeman/foreman-docker/commit/9781b9037e58108e7417ab2d621ec08577a56e9e
Updated by The Foreman Bot over 8 years ago
- Pull request https://github.com/theforeman/foreman-docker/pull/96 added
- Pull request deleted (
)
Updated by David Davis over 8 years ago
It looks like houndci is overriding our setting for DotPosition so it needs to be set. Also, I'm turning on MethodCalledOnDoEndBlock which we've enabled for other projects. Here's a test case. Add it to any model.
def test_method User.where(:name => "jfkdlsjfdslkfjsldf dsfjkldsf jskl fjsdlkf sjlfkdsj fklsdfj jdslkfds") .first end
Updated by David Davis over 8 years ago
- Subject changed from Fix hound ci configuration to use our rubocop file to Fix our rubocop file to override houndci's configuration
Updated by David Davis over 8 years ago
- Pull request https://github.com/theforeman/foreman-docker/pull/97 added
- Pull request deleted (
https://github.com/theforeman/foreman-docker/pull/96)
Actions