Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
brew
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to JiHu GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
KMSCAKKSCFKA AKFACAMADCAS
brew
Commits
81b40f65
Commit
81b40f65
authored
8 years ago
by
Mike McQuaid
Committed by
GitHub
8 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #1761 from MikeMcQuaid/superenv-fix-stub
ENV/super: fix set_cpu_flags stub.
parents
ad593cf4
9105ccec
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Library/Homebrew/.rubocop_todo.yml
+7
-14
7 additions, 14 deletions
Library/Homebrew/.rubocop_todo.yml
Library/Homebrew/extend/ENV/super.rb
+2
-1
2 additions, 1 deletion
Library/Homebrew/extend/ENV/super.rb
with
9 additions
and
15 deletions
Library/Homebrew/.rubocop_todo.yml
+
7
−
14
View file @
81b40f65
# This configuration was generated by
# `rubocop --auto-gen-config --exclude-limit 100`
# on 2016-1
0-24 17:14:14
+0
2
00 using RuboCop version 0.4
4.1
.
# on 2016-1
2-31 22:41:53
+0
0
00 using RuboCop version 0.4
5.0
.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
...
...
@@ -59,31 +59,24 @@ Lint/ShadowedException:
Exclude
:
-
'
utils/fork.rb'
# Offense count: 1
4
# Offense count: 1
3
Metrics/BlockNesting
:
Max
:
5
# Offense count: 19
# Configuration parameters: CountComments.
Metrics/ModuleLength
:
Max
:
36
7
Max
:
36
3
# Offense count:
2
# Offense count:
1
# Configuration parameters: CountKeywordArgs.
Metrics/ParameterLists
:
Max
:
6
# Offense count: 8
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: percent_q, bare_percent
Style/BarePercentLiterals
:
# Offense count: 1
Style/AccessorMethodName
:
Exclude
:
-
'
dev-cmd/audit.rb'
-
'
test/test_diagnostic.rb'
-
'
test/test_exceptions.rb'
-
'
test/test_patch.rb'
-
'
test/test_string.rb'
-
'
extend/ENV/super.rb'
# Offense count: 6
Style/ClassVars
:
...
...
This diff is collapsed.
Click to expand it.
Library/Homebrew/extend/ENV/super.rb
+
2
−
1
View file @
81b40f65
...
...
@@ -328,7 +328,8 @@ module Superenv
# This method does nothing in superenv since there's no custom CFLAGS API
# @private
def
set_cpu_flags
;
end
def
set_cpu_flags
(
*
_args
)
end
end
class
Array
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment