Skip to content

Commit

Permalink
CheckstyleBear: Remove geosoft ruleset
Browse files Browse the repository at this point in the history
The geosoft ruleset last worked with checkstyle 4.4.

Fixes coala#1463
  • Loading branch information
jayvdb committed Feb 27, 2017
1 parent 8575b3f commit 468e2d2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion bears/java/CheckstyleBear.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
'android-check-hard': 'https://raw.githubusercontent.com/noveogroup/' +
'android-check/master/android-check-plugin/src/main/resources/' +
'checkstyle/checkstyle-hard.xml',
'geosoft': 'http://geosoft.no/development/geosoft_checks.xml'}
}

# To be deprecated
known_checkstyles = dict(_online_styles, **{'google': None, 'sun': None})
Expand Down
4 changes: 0 additions & 4 deletions tests/java/CheckstyleBearTest.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ def test_style_android(self):
self.section['checkstyle_configs'] = 'android-check-hard'
self.check_validity(self.uut, [], self.good_file)

def test_style_geosoft(self):
self.section['checkstyle_configs'] = 'geosoft'
self.check_validity(self.uut, [], self.good_file)

def test_config_failure_use_spaces(self):
self.section['checkstyle_configs'] = 'google'
self.section.append(Setting('use_spaces', False))
Expand Down

0 comments on commit 468e2d2

Please sign in to comment.