Skip to content

Releases: codecademy-engineering/codecademy-ruby-style

Migrate from CircleCI to Github Actions

10 Aug 21:21
6ac056f
Compare
Choose a tag to compare

No code changes to the actual gem. Just migrating CICD from CircleCI to Github Actions. In the process we removed caching as this gem isn't actively being developed.

No code changes

09 Mar 18:58
0d1f6d0
Compare
Choose a tag to compare

No code changes. Release 0.1.6 missed a version update in version.rb.

Increase Layout/LineLength max value + rename 'master' to 'main'

05 Mar 19:41
c363b11
Compare
Choose a tag to compare

#9 -> rename 'master' to 'main'
#10 -> increase Layout/LineLength max value from 100 to 120

Lock Rubocop version

19 Feb 17:07
b8f04a9
Compare
Choose a tag to compare
0.1.5

Lock Rubocop version for clients

Fix name of deprecated cop, silencing warning

19 Feb 16:42
Compare
Choose a tag to compare

Lock Rubocop version

29 Jan 14:56
d73cbe4
Compare
Choose a tag to compare
0.1.3

0.1.3

Exclude some DSL methods from Block Length Size limit

29 Jan 14:33
d52ac87
Compare
Choose a tag to compare

Disable Style/ModuleFunction

13 Dec 18:40
Compare
Choose a tag to compare
Discussion here: https://github.com/rubocop-hq/ruby-style-guide/issues/556

Initial release

12 Dec 21:35
Compare
Choose a tag to compare
  • Basic default.yml global config.
  • Enforce linting in CircleCI.