Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: google/EarlGrey
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.5.0
Choose a base ref
...
head repository: google/EarlGrey
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Loading
Showing 477 changed files with 17,953 additions and 6,651 deletions.
6 changes: 0 additions & 6 deletions .arcconfig

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -8,3 +8,4 @@ OCHamcrest.framework
Tests/UnitTests/ocmock/
Tests/UnitTests/UnitTests.xcodeproj/project.xcworkspace/
Tests/FunctionalTests/FunctionalTests.xcodeproj/project.xcworkspace/
gem/spec/fixtures/tmpdir/
3 changes: 1 addition & 2 deletions .jazzy.yaml
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
copyright: Copyright 2016 Google Inc.
copyright: Copyright 2017 Google Inc.
author: Google Inc.
github_url: https://github.com/google/EarlGrey
module: EarlGrey
@@ -21,4 +21,3 @@ umbrella_header: EarlGrey/EarlGrey.h
framework_root: ./
sdk: iphonesimulator
clean: true

6 changes: 5 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
@@ -12,8 +12,12 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
AllCops:
TargetRubyVersion: 2.1
Metrics/LineLength:
Max: 100
Max: 130
Metrics/BlockLength:
Enabled: false
Style/PercentLiteralDelimiters:
PreferredDelimiters:
'%i': '[]'
67 changes: 0 additions & 67 deletions .travis.yml

This file was deleted.

Loading