Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

Master fails to build in Travis #25

Closed
beezly opened this issue May 3, 2018 · 1 comment
Closed

Master fails to build in Travis #25

beezly opened this issue May 3, 2018 · 1 comment

Comments

@beezly
Copy link

beezly commented May 3, 2018

Master currently fails to build in Travis. Please see https://travis-ci.org/beezly/beaker-module_install_helper/builds/374325091 (my fork's master branch is an exact copy of this repo's master).

The specific offences are:

beaker-module_install_helper.gemspec:1:12: C: Style/ExpandPathArguments: Use expand_path('lib', __dir__) instead of expand_path('../lib', __FILE__).
lib = File.expand_path('../lib', __FILE__)
           ^^^^^^^^^^^
lib/beaker/module_install_helper.rb:203:1: C: Style/MixinUsage: include is used at the top level. Use inside class or module.
include Beaker::ModuleInstallHelper
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6 files inspected, 2 offenses detected
RuboCop failed!
@ekohl
Copy link
Member

ekohl commented Mar 2, 2021

We've migrated to Github Actions and that now passes.

@ekohl ekohl closed this as completed Mar 2, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants