Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range 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: coala/coala-bears
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: df37660908bf2b74d1c0a2e117c3f812c01f0d97
Choose a base ref
..
head repository: coala/coala-bears
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 89b802d4f597e190b5b9186cc8730c132967de0b
Choose a head ref
Showing with 3 additions and 2 deletions.
  1. +3 −2 bears/mp3/MP3CheckBear.py
5 changes: 3 additions & 2 deletions bears/mp3/MP3CheckBear.py
Original file line number Diff line number Diff line change
@@ -8,7 +8,8 @@
class MP3CheckBear:
"""
Report possible security weaknesses for MP3 files.
For more information, consult <https://code.google.com/archive/p/mp3check/>.
For more information,
consult <https://code.google.com/archive/p/mp3check/>.
"""

REQUIREMENTS = {DistributionRequirement(apt_get='mp3check')}
@@ -18,4 +19,4 @@ class MP3CheckBear:

@staticmethod
def create_arguments(filename, file, config_file):
pass
pass