usnationalarchives / federal_register

Ruby API Client for FederalRegister.gov that handles searching articles and getting information about agencies
http://www.federalregister.gov/learn/developers
Other
70 stars 21 forks source link

rubocop rules need updating #9

Open VivaLosDoyers opened 7 years ago

VivaLosDoyers commented 7 years ago

The Rubocop rules here reference old cops whose names have changed.

.rubocop.yml: Lint/SpaceBeforeFirstArg has the wrong namespace - should be Style
Error: The `Style/TrailingComma` cop no longer exists. Please use `Style/TrailingCommaInLiteral` and/or `Style/TrailingCommaInArguments` instead.
(obsolete configuration found in /Users/mmiller/Projects/federal_register/.rubocop.yml, please update it)